Class: Google::Apis::ComputeAlpha::InstancesBulkInsertOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata

Returns a new instance of InstancesBulkInsertOperationMetadata.



20716
20717
20718
# File 'lib/google/apis/compute_alpha/classes.rb', line 20716

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

Instance Attribute Details

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

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



20714
20715
20716
# File 'lib/google/apis/compute_alpha/classes.rb', line 20714

def per_location_status
  @per_location_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20721
20722
20723
# File 'lib/google/apis/compute_alpha/classes.rb', line 20721

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