Class: Google::Apis::ManagerV1beta2::ReplicaPoolParams
- Inherits:
-
Object
- Object
- Google::Apis::ManagerV1beta2::ReplicaPoolParams
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/manager_v1beta2/classes.rb,
generated/google/apis/manager_v1beta2/representations.rb,
generated/google/apis/manager_v1beta2/representations.rb
Overview
Configuration information for a ReplicaPools resource. Specifying an item within will determine the ReplicaPools API version used for a ReplicaPoolModule. Only one may be specified.
Instance Attribute Summary collapse
-
#v1beta1 ⇒ Google::Apis::ManagerV1beta2::ReplicaPoolParamsV1Beta1
Configuration information for a ReplicaPools v1beta1 API resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplicaPoolParams
constructor
A new instance of ReplicaPoolParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReplicaPoolParams
Returns a new instance of ReplicaPoolParams
1054 1055 1056 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1054 def initialize(**args) update!(**args) end |
Instance Attribute Details
#v1beta1 ⇒ Google::Apis::ManagerV1beta2::ReplicaPoolParamsV1Beta1
Configuration information for a ReplicaPools v1beta1 API resource. Directly
maps to ReplicaPool InitTemplate.
Corresponds to the JSON property v1beta1
1052 1053 1054 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1052 def v1beta1 @v1beta1 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1059 1060 1061 |
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 1059 def update!(**args) @v1beta1 = args[:v1beta1] if args.key?(:v1beta1) end |