Interface InstanceGroupManagerAllInstancesConfigOrBuilder (1.57.0)

public interface InstanceGroupManagerAllInstancesConfigOrBuilder extends MessageOrBuilder

Methods

getProperties()

public abstract InstanceProperties getProperties()

Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers. or regionInstanceGroupManagers.. 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.InstanceProperties properties = 147688755;

Returns
TypeDescription
InstanceProperties

The properties.

getPropertiesOrBuilder()

public abstract InstancePropertiesOrBuilder getPropertiesOrBuilder()

Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers. or regionInstanceGroupManagers.. 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.InstanceProperties properties = 147688755;

Returns
TypeDescription
InstancePropertiesOrBuilder

hasProperties()

public abstract boolean hasProperties()

Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers. or regionInstanceGroupManagers.. 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.InstanceProperties properties = 147688755;

Returns
TypeDescription
boolean

Whether the properties field is set.