Class: Google::Apis::DeploymentmanagerV2beta::InstancesBulkInsertOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2beta::InstancesBulkInsertOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/deploymentmanager_v2beta/classes.rb,
lib/google/apis/deploymentmanager_v2beta/representations.rb,
lib/google/apis/deploymentmanager_v2beta/representations.rb
Instance Attribute Summary collapse
-
#machine_type ⇒ String
[Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert.
-
#per_location_status ⇒ Hash<String,Google::Apis::DeploymentmanagerV2beta::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.
1196 1197 1198 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1196 def initialize(**args) update!(**args) end |
Instance Attribute Details
#machine_type ⇒ String
[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
1188 1189 1190 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1188 def machine_type @machine_type end |
#per_location_status ⇒ Hash<String,Google::Apis::DeploymentmanagerV2beta::BulkInsertOperationStatus>
Status information per location (location name is key). Example key: zones/us-
central1-a
Corresponds to the JSON property perLocationStatus
1194 1195 1196 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1194 def per_location_status @per_location_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1201 1202 1203 1204 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 1201 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 |