Class: Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerAlpha::SetAutoscalerLinkOperationMetadata
- 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
-
#zonal_igm_ids ⇒ Array<Fixnum>
List of zonal IGM IDs part of the RMIG.
-
#zone_to_igm_ids ⇒ Hash<String,Fixnum>
Map of zone to an ID of the zonal IGM belonging to the RMIG.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetAutoscalerLinkOperationMetadata
constructor
A new instance of SetAutoscalerLinkOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_ids ⇒ Array<Fixnum>
List of zonal IGM IDs part of the RMIG.
Corresponds to the JSON property zonalIgmIds
2610 2611 2612 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 2610 def zonal_igm_ids @zonal_igm_ids end |
#zone_to_igm_ids ⇒ Hash<String,Fixnum>
Map of zone to an ID of the zonal IGM belonging to the RMIG.
Corresponds to the JSON property zoneToIgmIds
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 |