Class: Google::Apis::DeploymentmanagerV2beta::SetAutoscalerLinkOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2beta::SetAutoscalerLinkOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/deploymentmanager_v2beta/classes.rb,
lib/google/apis/deploymentmanager_v2beta/representations.rb,
lib/google/apis/deploymentmanager_v2beta/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.
2496 2497 2498 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2496 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
2489 2490 2491 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2489 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
2494 2495 2496 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2494 def zone_to_igm_ids @zone_to_igm_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2501 2502 2503 2504 |
# File 'lib/google/apis/deploymentmanager_v2beta/classes.rb', line 2501 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 |