class Google::Apis::ReplicapoolV1beta2::AbandonInstancesRequest

Attributes

instances[RW]

The names of one or more instances to abandon. For example: ` 'instances': [ 'instance-c3po', 'instance-r2d2' ] ` Corresponds to the JSON property `instances` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 192
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 197
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end