Class: Google::Apis::DeploymentmanagerAlpha::InstancesBulkInsertOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata

Returns a new instance of InstancesBulkInsertOperationMetadata.

[View source]

1222
1223
1224
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1222

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

Instance Attribute Details

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

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


1220
1221
1222
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1220

def per_location_status
  @per_location_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1227
1228
1229
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1227

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