Class: Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata

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

Returns a new instance of SetAutoscalerLinkOperationMetadata.



2669
2670
2671
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2669

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

Instance Attribute Details

#zonal_igm_idsArray<Fixnum>

List of zonal IGM IDs part of the RMIG. Corresponds to the JSON property zonalIgmIds

Returns:

  • (Array<Fixnum>)


2662
2663
2664
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2662

def zonal_igm_ids
  @zonal_igm_ids
end

#zone_to_igm_idsHash<String,Fixnum>

Map of zone to an ID of the zonal IGM belonging to the RMIG. Corresponds to the JSON property zoneToIgmIds

Returns:

  • (Hash<String,Fixnum>)


2667
2668
2669
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2667

def zone_to_igm_ids
  @zone_to_igm_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2674
2675
2676
2677
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2674

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