Class: Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadata

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) ⇒ SetCommonInstanceMetadataOperationMetadata

Returns a new instance of SetCommonInstanceMetadataOperationMetadata.



2576
2577
2578
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2576

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

Instance Attribute Details

#client_operation_idString

[Output Only] The client operation id. Corresponds to the JSON property clientOperationId

Returns:

  • (String)


2568
2569
2570
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2568

def client_operation_id
  @client_operation_id
end

#per_location_operationsHash<String,Google::Apis::DeploymentmanagerAlpha::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo>

[Output Only] Status information per location (location name is key). Example key: zones/us-central1-a Corresponds to the JSON property perLocationOperations



2574
2575
2576
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2574

def per_location_operations
  @per_location_operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2581
2582
2583
2584
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2581

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