Class: Google::Apis::ComputeBeta::InstancesBulkInsertOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata

Returns a new instance of InstancesBulkInsertOperationMetadata.



17885
17886
17887
# File 'lib/google/apis/compute_beta/classes.rb', line 17885

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

Instance Attribute Details

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

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



17883
17884
17885
# File 'lib/google/apis/compute_beta/classes.rb', line 17883

def per_location_status
  @per_location_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17890
17891
17892
# File 'lib/google/apis/compute_beta/classes.rb', line 17890

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