Instance Group Manager All Instances Config Args
    data class InstanceGroupManagerAllInstancesConfigArgs(val properties: Output<InstancePropertiesPatchArgs>? = null) : ConvertibleToJava<InstanceGroupManagerAllInstancesConfigArgs> 
Constructors
Link copied to clipboard
                fun InstanceGroupManagerAllInstancesConfigArgs(properties: Output<InstancePropertiesPatchArgs>? = null)
Functions
Properties
Link copied to clipboard
                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.