class Google::Apis::ManagerV1beta2::ReplicaPoolParams
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.
Attributes
v1beta1[RW]
Configuration information for a ReplicaPools v1beta1 API resource. Directly maps to ReplicaPool InitTemplate. Corresponds to the JSON property `v1beta1` @return [Google::Apis::ManagerV1beta2::ReplicaPoolParamsV1Beta1]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 1054 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/manager_v1beta2/classes.rb, line 1059 def update!(**args) @v1beta1 = args[:v1beta1] if args.key?(:v1beta1) end