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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstancesBulkInsertOperationMetadata

Returns a new instance of InstancesBulkInsertOperationMetadata.



1294
1295
1296
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1294

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

Instance Attribute Details

#machine_typeString

[Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert. Corresponds to the JSON property machineType

Returns:

  • (String)


1286
1287
1288
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1286

def machine_type
  @machine_type
end

#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



1292
1293
1294
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1292

def per_location_status
  @per_location_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1299
1300
1301
1302
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 1299

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