Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstanceGroupManagerAllInstancesConfig (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerAllInstancesConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#properties

def properties() -> ::Google::Cloud::Compute::V1::InstancePropertiesPatch
Returns
  • (::Google::Cloud::Compute::V1::InstancePropertiesPatch) — Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.

#properties=

def properties=(value) -> ::Google::Cloud::Compute::V1::InstancePropertiesPatch
Parameter
  • value (::Google::Cloud::Compute::V1::InstancePropertiesPatch) — Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.
Returns
  • (::Google::Cloud::Compute::V1::InstancePropertiesPatch) — Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.