Class: Google::Apis::ComputeAlpha::Subsetting
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::Subsetting
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
Instance Attribute Summary collapse
-
#policy ⇒ String
Corresponds to the JSON property
policy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Subsetting
constructor
A new instance of Subsetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Subsetting
Returns a new instance of Subsetting.
40117 40118 40119 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40117 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy ⇒ String
Corresponds to the JSON property policy
40115 40116 40117 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40115 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40122 40123 40124 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 40122 def update!(**args) @policy = args[:policy] if args.key?(:policy) end |