class Google::Apis::ReplicapoolV1beta2::SetTargetPoolsRequest
Attributes
fingerprint[RW]
The current fingerprint of the Instance Group Manager resource. If this does not match the server-side fingerprint of the resource, then the request will be rejected. Corresponds to the JSON property `fingerprint` @return [String]
target_pools[RW]
A list of fully-qualified URLs to existing Target Pool resources. New instances in the Instance Group Manager will be added to the specified target pools; existing instances are not affected. Corresponds to the JSON property `targetPools` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 280 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 285 def update!(**args) @fingerprint = args[:fingerprint] if args.key?(:fingerprint) @target_pools = args[:target_pools] if args.key?(:target_pools) end