Class: Google::Apis::ComputeV1::InstancesBulkInsertOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata

Returns a new instance of InstancesBulkInsertOperationMetadata.



18803
18804
18805
# File 'lib/google/apis/compute_v1/classes.rb', line 18803

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#per_location_statusHash<String,Google::Apis::ComputeV1::BulkInsertOperationStatus>

Status information per location (location name is key). Example key: zones/us- central1-a Corresponds to the JSON property perLocationStatus



18801
18802
18803
# File 'lib/google/apis/compute_v1/classes.rb', line 18801

def per_location_status
  @per_location_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18808
18809
18810
# File 'lib/google/apis/compute_v1/classes.rb', line 18808

def update!(**args)
  @per_location_status = args[:per_location_status] if args.key?(:per_location_status)
end