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.



2617
2618
2619
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2617

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


2610
2611
2612
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2610

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


2615
2616
2617
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2615

def zone_to_igm_ids
  @zone_to_igm_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2622
2623
2624
2625
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2622

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