Class: Google::Apis::ComputeV1::SetCommonInstanceMetadataOperationMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SetCommonInstanceMetadataOperationMetadata

Returns a new instance of SetCommonInstanceMetadataOperationMetadata.



57467
57468
57469
# File 'lib/google/apis/compute_v1/classes.rb', line 57467

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)


57459
57460
57461
# File 'lib/google/apis/compute_v1/classes.rb', line 57459

def client_operation_id
  @client_operation_id
end

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

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



57465
57466
57467
# File 'lib/google/apis/compute_v1/classes.rb', line 57465

def per_location_operations
  @per_location_operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



57472
57473
57474
57475
# File 'lib/google/apis/compute_v1/classes.rb', line 57472

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