Class: Google::Apis::ComputeBeta::InstancesBulkInsertOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstancesBulkInsertOperationMetadata
- 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
-
#per_location_status ⇒ Hash<String,Google::Apis::ComputeBeta::BulkInsertOperationStatus>
Status information per location (location name is key).
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata
constructor
A new instance of InstancesBulkInsertOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata
Returns a new instance of InstancesBulkInsertOperationMetadata.
29205 29206 29207 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29205 def initialize(**args) update!(**args) end |
Instance Attribute Details
#per_location_status ⇒ Hash<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
29203 29204 29205 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29203 def per_location_status @per_location_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29210 29211 29212 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29210 def update!(**args) @per_location_status = args[:per_location_status] if args.key?(:per_location_status) end |