Interface InstanceGroupManagerAllInstancesConfigOrBuilder (1.51.0)

public interface InstanceGroupManagerAllInstancesConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperties()

public abstract InstancePropertiesPatch getProperties()

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.

optional .google.cloud.compute.v1.InstancePropertiesPatch properties = 147688755;

Returns
TypeDescription
InstancePropertiesPatch

The properties.

getPropertiesOrBuilder()

public abstract InstancePropertiesPatchOrBuilder getPropertiesOrBuilder()

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.

optional .google.cloud.compute.v1.InstancePropertiesPatch properties = 147688755;

Returns
TypeDescription
InstancePropertiesPatchOrBuilder

hasProperties()

public abstract boolean hasProperties()

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.

optional .google.cloud.compute.v1.InstancePropertiesPatch properties = 147688755;

Returns
TypeDescription
boolean

Whether the properties field is set.