1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/alpha
  6. RegionInstanceGroupManager

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.compute/alpha.RegionInstanceGroupManager

Explore with Pulumi AI

Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A regional managed instance group can contain up to 2000 instances.

Create RegionInstanceGroupManager Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new RegionInstanceGroupManager(name: string, args: RegionInstanceGroupManagerArgs, opts?: CustomResourceOptions);
@overload
def RegionInstanceGroupManager(resource_name: str,
                               args: RegionInstanceGroupManagerArgs,
                               opts: Optional[ResourceOptions] = None)

@overload
def RegionInstanceGroupManager(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               region: Optional[str] = None,
                               project: Optional[str] = None,
                               target_suspended_size: Optional[int] = None,
                               description: Optional[str] = None,
                               distribution_policy: Optional[DistributionPolicyArgs] = None,
                               failover_action: Optional[RegionInstanceGroupManagerFailoverAction] = None,
                               instance_flexibility_policy: Optional[InstanceGroupManagerInstanceFlexibilityPolicyArgs] = None,
                               instance_lifecycle_policy: Optional[InstanceGroupManagerInstanceLifecyclePolicyArgs] = None,
                               instance_template: Optional[str] = None,
                               list_managed_instances_results: Optional[RegionInstanceGroupManagerListManagedInstancesResults] = None,
                               name: Optional[str] = None,
                               versions: Optional[Sequence[InstanceGroupManagerVersionArgs]] = None,
                               base_instance_name: Optional[str] = None,
                               service_account: Optional[str] = None,
                               request_id: Optional[str] = None,
                               auto_healing_policies: Optional[Sequence[InstanceGroupManagerAutoHealingPolicyArgs]] = None,
                               standby_policy: Optional[InstanceGroupManagerStandbyPolicyArgs] = None,
                               stateful_policy: Optional[StatefulPolicyArgs] = None,
                               target_pools: Optional[Sequence[str]] = None,
                               target_size: Optional[int] = None,
                               target_size_unit: Optional[RegionInstanceGroupManagerTargetSizeUnit] = None,
                               target_stopped_size: Optional[int] = None,
                               all_instances_config: Optional[InstanceGroupManagerAllInstancesConfigArgs] = None,
                               update_policy: Optional[InstanceGroupManagerUpdatePolicyArgs] = None,
                               named_ports: Optional[Sequence[NamedPortArgs]] = None)
func NewRegionInstanceGroupManager(ctx *Context, name string, args RegionInstanceGroupManagerArgs, opts ...ResourceOption) (*RegionInstanceGroupManager, error)
public RegionInstanceGroupManager(string name, RegionInstanceGroupManagerArgs args, CustomResourceOptions? opts = null)
public RegionInstanceGroupManager(String name, RegionInstanceGroupManagerArgs args)
public RegionInstanceGroupManager(String name, RegionInstanceGroupManagerArgs args, CustomResourceOptions options)
type: google-native:compute/alpha:RegionInstanceGroupManager
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. RegionInstanceGroupManagerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. RegionInstanceGroupManagerArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. RegionInstanceGroupManagerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. RegionInstanceGroupManagerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. RegionInstanceGroupManagerArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var regionInstanceGroupManagerResource = new GoogleNative.Compute.Alpha.RegionInstanceGroupManager("regionInstanceGroupManagerResource", new()
{
    Region = "string",
    Project = "string",
    TargetSuspendedSize = 0,
    Description = "string",
    DistributionPolicy = new GoogleNative.Compute.Alpha.Inputs.DistributionPolicyArgs
    {
        TargetShape = GoogleNative.Compute.Alpha.DistributionPolicyTargetShape.Any,
        Zones = new[]
        {
            new GoogleNative.Compute.Alpha.Inputs.DistributionPolicyZoneConfigurationArgs
            {
                Zone = "string",
            },
        },
    },
    FailoverAction = GoogleNative.Compute.Alpha.RegionInstanceGroupManagerFailoverAction.NoFailover,
    InstanceFlexibilityPolicy = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceFlexibilityPolicyArgs
    {
        InstanceSelectionLists = 
        {
            { "string", "string" },
        },
        InstanceSelections = 
        {
            { "string", "string" },
        },
    },
    InstanceLifecyclePolicy = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceLifecyclePolicyArgs
    {
        DefaultActionOnFailure = GoogleNative.Compute.Alpha.InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure.Delete,
        ForceUpdateOnRepair = GoogleNative.Compute.Alpha.InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair.No,
        MetadataBasedReadinessSignal = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalArgs
        {
            TimeoutSec = 0,
        },
    },
    InstanceTemplate = "string",
    ListManagedInstancesResults = GoogleNative.Compute.Alpha.RegionInstanceGroupManagerListManagedInstancesResults.Pageless,
    Name = "string",
    Versions = new[]
    {
        new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerVersionArgs
        {
            InstanceTemplate = "string",
            Name = "string",
            TargetSize = new GoogleNative.Compute.Alpha.Inputs.FixedOrPercentArgs
            {
                Fixed = 0,
                Percent = 0,
            },
        },
    },
    BaseInstanceName = "string",
    ServiceAccount = "string",
    RequestId = "string",
    AutoHealingPolicies = new[]
    {
        new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAutoHealingPolicyArgs
        {
            AutoHealingTriggers = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersArgs
            {
                OnHealthCheck = GoogleNative.Compute.Alpha.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck.Off,
            },
            HealthCheck = "string",
            InitialDelaySec = 0,
            MaxUnavailable = new GoogleNative.Compute.Alpha.Inputs.FixedOrPercentArgs
            {
                Fixed = 0,
                Percent = 0,
            },
        },
    },
    StandbyPolicy = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStandbyPolicyArgs
    {
        InitialDelaySec = 0,
        Mode = GoogleNative.Compute.Alpha.InstanceGroupManagerStandbyPolicyMode.Manual,
    },
    StatefulPolicy = new GoogleNative.Compute.Alpha.Inputs.StatefulPolicyArgs
    {
        PreservedState = new GoogleNative.Compute.Alpha.Inputs.StatefulPolicyPreservedStateArgs
        {
            Disks = 
            {
                { "string", "string" },
            },
            ExternalIPs = 
            {
                { "string", "string" },
            },
            InternalIPs = 
            {
                { "string", "string" },
            },
        },
    },
    TargetPools = new[]
    {
        "string",
    },
    TargetSize = 0,
    TargetSizeUnit = GoogleNative.Compute.Alpha.RegionInstanceGroupManagerTargetSizeUnit.Instance,
    TargetStoppedSize = 0,
    AllInstancesConfig = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAllInstancesConfigArgs
    {
        Properties = new GoogleNative.Compute.Alpha.Inputs.InstancePropertiesPatchArgs
        {
            Labels = 
            {
                { "string", "string" },
            },
            Metadata = 
            {
                { "string", "string" },
            },
        },
    },
    UpdatePolicy = new GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerUpdatePolicyArgs
    {
        InstanceRedistributionType = GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyInstanceRedistributionType.None,
        MaxSurge = new GoogleNative.Compute.Alpha.Inputs.FixedOrPercentArgs
        {
            Fixed = 0,
            Percent = 0,
        },
        MaxUnavailable = new GoogleNative.Compute.Alpha.Inputs.FixedOrPercentArgs
        {
            Fixed = 0,
            Percent = 0,
        },
        MinReadySec = 0,
        MinimalAction = GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyMinimalAction.None,
        MostDisruptiveAllowedAction = GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction.None,
        ReplacementMethod = GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyReplacementMethod.Recreate,
        Type = GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyType.Opportunistic,
    },
    NamedPorts = new[]
    {
        new GoogleNative.Compute.Alpha.Inputs.NamedPortArgs
        {
            Name = "string",
            Port = 0,
        },
    },
});
Copy
example, err := compute.NewRegionInstanceGroupManager(ctx, "regionInstanceGroupManagerResource", &compute.RegionInstanceGroupManagerArgs{
	Region:              pulumi.String("string"),
	Project:             pulumi.String("string"),
	TargetSuspendedSize: pulumi.Int(0),
	Description:         pulumi.String("string"),
	DistributionPolicy: &compute.DistributionPolicyArgs{
		TargetShape: compute.DistributionPolicyTargetShapeAny,
		Zones: compute.DistributionPolicyZoneConfigurationArray{
			&compute.DistributionPolicyZoneConfigurationArgs{
				Zone: pulumi.String("string"),
			},
		},
	},
	FailoverAction: compute.RegionInstanceGroupManagerFailoverActionNoFailover,
	InstanceFlexibilityPolicy: &compute.InstanceGroupManagerInstanceFlexibilityPolicyArgs{
		InstanceSelectionLists: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		InstanceSelections: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
	},
	InstanceLifecyclePolicy: &compute.InstanceGroupManagerInstanceLifecyclePolicyArgs{
		DefaultActionOnFailure: compute.InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailureDelete,
		ForceUpdateOnRepair:    compute.InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepairNo,
		MetadataBasedReadinessSignal: &compute.InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalArgs{
			TimeoutSec: pulumi.Int(0),
		},
	},
	InstanceTemplate:            pulumi.String("string"),
	ListManagedInstancesResults: compute.RegionInstanceGroupManagerListManagedInstancesResultsPageless,
	Name:                        pulumi.String("string"),
	Versions: compute.InstanceGroupManagerVersionArray{
		&compute.InstanceGroupManagerVersionArgs{
			InstanceTemplate: pulumi.String("string"),
			Name:             pulumi.String("string"),
			TargetSize: &compute.FixedOrPercentArgs{
				Fixed:   pulumi.Int(0),
				Percent: pulumi.Int(0),
			},
		},
	},
	BaseInstanceName: pulumi.String("string"),
	ServiceAccount:   pulumi.String("string"),
	RequestId:        pulumi.String("string"),
	AutoHealingPolicies: compute.InstanceGroupManagerAutoHealingPolicyArray{
		&compute.InstanceGroupManagerAutoHealingPolicyArgs{
			AutoHealingTriggers: &compute.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersArgs{
				OnHealthCheck: compute.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheckOff,
			},
			HealthCheck:     pulumi.String("string"),
			InitialDelaySec: pulumi.Int(0),
			MaxUnavailable: &compute.FixedOrPercentArgs{
				Fixed:   pulumi.Int(0),
				Percent: pulumi.Int(0),
			},
		},
	},
	StandbyPolicy: &compute.InstanceGroupManagerStandbyPolicyArgs{
		InitialDelaySec: pulumi.Int(0),
		Mode:            compute.InstanceGroupManagerStandbyPolicyModeManual,
	},
	StatefulPolicy: &compute.StatefulPolicyArgs{
		PreservedState: &compute.StatefulPolicyPreservedStateArgs{
			Disks: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ExternalIPs: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			InternalIPs: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
		},
	},
	TargetPools: pulumi.StringArray{
		pulumi.String("string"),
	},
	TargetSize:        pulumi.Int(0),
	TargetSizeUnit:    compute.RegionInstanceGroupManagerTargetSizeUnitInstance,
	TargetStoppedSize: pulumi.Int(0),
	AllInstancesConfig: &compute.InstanceGroupManagerAllInstancesConfigArgs{
		Properties: &compute.InstancePropertiesPatchArgs{
			Labels: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			Metadata: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
		},
	},
	UpdatePolicy: &compute.InstanceGroupManagerUpdatePolicyArgs{
		InstanceRedistributionType: compute.InstanceGroupManagerUpdatePolicyInstanceRedistributionTypeNone,
		MaxSurge: &compute.FixedOrPercentArgs{
			Fixed:   pulumi.Int(0),
			Percent: pulumi.Int(0),
		},
		MaxUnavailable: &compute.FixedOrPercentArgs{
			Fixed:   pulumi.Int(0),
			Percent: pulumi.Int(0),
		},
		MinReadySec:                 pulumi.Int(0),
		MinimalAction:               compute.InstanceGroupManagerUpdatePolicyMinimalActionNone,
		MostDisruptiveAllowedAction: compute.InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionNone,
		ReplacementMethod:           compute.InstanceGroupManagerUpdatePolicyReplacementMethodRecreate,
		Type:                        compute.InstanceGroupManagerUpdatePolicyTypeOpportunistic,
	},
	NamedPorts: compute.NamedPortArray{
		&compute.NamedPortArgs{
			Name: pulumi.String("string"),
			Port: pulumi.Int(0),
		},
	},
})
Copy
var regionInstanceGroupManagerResource = new RegionInstanceGroupManager("regionInstanceGroupManagerResource", RegionInstanceGroupManagerArgs.builder()
    .region("string")
    .project("string")
    .targetSuspendedSize(0)
    .description("string")
    .distributionPolicy(DistributionPolicyArgs.builder()
        .targetShape("ANY")
        .zones(DistributionPolicyZoneConfigurationArgs.builder()
            .zone("string")
            .build())
        .build())
    .failoverAction("NO_FAILOVER")
    .instanceFlexibilityPolicy(InstanceGroupManagerInstanceFlexibilityPolicyArgs.builder()
        .instanceSelectionLists(Map.of("string", "string"))
        .instanceSelections(Map.of("string", "string"))
        .build())
    .instanceLifecyclePolicy(InstanceGroupManagerInstanceLifecyclePolicyArgs.builder()
        .defaultActionOnFailure("DELETE")
        .forceUpdateOnRepair("NO")
        .metadataBasedReadinessSignal(InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalArgs.builder()
            .timeoutSec(0)
            .build())
        .build())
    .instanceTemplate("string")
    .listManagedInstancesResults("PAGELESS")
    .name("string")
    .versions(InstanceGroupManagerVersionArgs.builder()
        .instanceTemplate("string")
        .name("string")
        .targetSize(FixedOrPercentArgs.builder()
            .fixed(0)
            .percent(0)
            .build())
        .build())
    .baseInstanceName("string")
    .serviceAccount("string")
    .requestId("string")
    .autoHealingPolicies(InstanceGroupManagerAutoHealingPolicyArgs.builder()
        .autoHealingTriggers(InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersArgs.builder()
            .onHealthCheck("OFF")
            .build())
        .healthCheck("string")
        .initialDelaySec(0)
        .maxUnavailable(FixedOrPercentArgs.builder()
            .fixed(0)
            .percent(0)
            .build())
        .build())
    .standbyPolicy(InstanceGroupManagerStandbyPolicyArgs.builder()
        .initialDelaySec(0)
        .mode("MANUAL")
        .build())
    .statefulPolicy(StatefulPolicyArgs.builder()
        .preservedState(StatefulPolicyPreservedStateArgs.builder()
            .disks(Map.of("string", "string"))
            .externalIPs(Map.of("string", "string"))
            .internalIPs(Map.of("string", "string"))
            .build())
        .build())
    .targetPools("string")
    .targetSize(0)
    .targetSizeUnit("INSTANCE")
    .targetStoppedSize(0)
    .allInstancesConfig(InstanceGroupManagerAllInstancesConfigArgs.builder()
        .properties(InstancePropertiesPatchArgs.builder()
            .labels(Map.of("string", "string"))
            .metadata(Map.of("string", "string"))
            .build())
        .build())
    .updatePolicy(InstanceGroupManagerUpdatePolicyArgs.builder()
        .instanceRedistributionType("NONE")
        .maxSurge(FixedOrPercentArgs.builder()
            .fixed(0)
            .percent(0)
            .build())
        .maxUnavailable(FixedOrPercentArgs.builder()
            .fixed(0)
            .percent(0)
            .build())
        .minReadySec(0)
        .minimalAction("NONE")
        .mostDisruptiveAllowedAction("NONE")
        .replacementMethod("RECREATE")
        .type("OPPORTUNISTIC")
        .build())
    .namedPorts(NamedPortArgs.builder()
        .name("string")
        .port(0)
        .build())
    .build());
Copy
region_instance_group_manager_resource = google_native.compute.alpha.RegionInstanceGroupManager("regionInstanceGroupManagerResource",
    region="string",
    project="string",
    target_suspended_size=0,
    description="string",
    distribution_policy={
        "target_shape": google_native.compute.alpha.DistributionPolicyTargetShape.ANY,
        "zones": [{
            "zone": "string",
        }],
    },
    failover_action=google_native.compute.alpha.RegionInstanceGroupManagerFailoverAction.NO_FAILOVER,
    instance_flexibility_policy={
        "instance_selection_lists": {
            "string": "string",
        },
        "instance_selections": {
            "string": "string",
        },
    },
    instance_lifecycle_policy={
        "default_action_on_failure": google_native.compute.alpha.InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure.DELETE,
        "force_update_on_repair": google_native.compute.alpha.InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair.NO,
        "metadata_based_readiness_signal": {
            "timeout_sec": 0,
        },
    },
    instance_template="string",
    list_managed_instances_results=google_native.compute.alpha.RegionInstanceGroupManagerListManagedInstancesResults.PAGELESS,
    name="string",
    versions=[{
        "instance_template": "string",
        "name": "string",
        "target_size": {
            "fixed": 0,
            "percent": 0,
        },
    }],
    base_instance_name="string",
    service_account="string",
    request_id="string",
    auto_healing_policies=[{
        "auto_healing_triggers": {
            "on_health_check": google_native.compute.alpha.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck.OFF,
        },
        "health_check": "string",
        "initial_delay_sec": 0,
        "max_unavailable": {
            "fixed": 0,
            "percent": 0,
        },
    }],
    standby_policy={
        "initial_delay_sec": 0,
        "mode": google_native.compute.alpha.InstanceGroupManagerStandbyPolicyMode.MANUAL,
    },
    stateful_policy={
        "preserved_state": {
            "disks": {
                "string": "string",
            },
            "external_ips": {
                "string": "string",
            },
            "internal_ips": {
                "string": "string",
            },
        },
    },
    target_pools=["string"],
    target_size=0,
    target_size_unit=google_native.compute.alpha.RegionInstanceGroupManagerTargetSizeUnit.INSTANCE,
    target_stopped_size=0,
    all_instances_config={
        "properties": {
            "labels": {
                "string": "string",
            },
            "metadata": {
                "string": "string",
            },
        },
    },
    update_policy={
        "instance_redistribution_type": google_native.compute.alpha.InstanceGroupManagerUpdatePolicyInstanceRedistributionType.NONE,
        "max_surge": {
            "fixed": 0,
            "percent": 0,
        },
        "max_unavailable": {
            "fixed": 0,
            "percent": 0,
        },
        "min_ready_sec": 0,
        "minimal_action": google_native.compute.alpha.InstanceGroupManagerUpdatePolicyMinimalAction.NONE,
        "most_disruptive_allowed_action": google_native.compute.alpha.InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction.NONE,
        "replacement_method": google_native.compute.alpha.InstanceGroupManagerUpdatePolicyReplacementMethod.RECREATE,
        "type": google_native.compute.alpha.InstanceGroupManagerUpdatePolicyType.OPPORTUNISTIC,
    },
    named_ports=[{
        "name": "string",
        "port": 0,
    }])
Copy
const regionInstanceGroupManagerResource = new google_native.compute.alpha.RegionInstanceGroupManager("regionInstanceGroupManagerResource", {
    region: "string",
    project: "string",
    targetSuspendedSize: 0,
    description: "string",
    distributionPolicy: {
        targetShape: google_native.compute.alpha.DistributionPolicyTargetShape.Any,
        zones: [{
            zone: "string",
        }],
    },
    failoverAction: google_native.compute.alpha.RegionInstanceGroupManagerFailoverAction.NoFailover,
    instanceFlexibilityPolicy: {
        instanceSelectionLists: {
            string: "string",
        },
        instanceSelections: {
            string: "string",
        },
    },
    instanceLifecyclePolicy: {
        defaultActionOnFailure: google_native.compute.alpha.InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure.Delete,
        forceUpdateOnRepair: google_native.compute.alpha.InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair.No,
        metadataBasedReadinessSignal: {
            timeoutSec: 0,
        },
    },
    instanceTemplate: "string",
    listManagedInstancesResults: google_native.compute.alpha.RegionInstanceGroupManagerListManagedInstancesResults.Pageless,
    name: "string",
    versions: [{
        instanceTemplate: "string",
        name: "string",
        targetSize: {
            fixed: 0,
            percent: 0,
        },
    }],
    baseInstanceName: "string",
    serviceAccount: "string",
    requestId: "string",
    autoHealingPolicies: [{
        autoHealingTriggers: {
            onHealthCheck: google_native.compute.alpha.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck.Off,
        },
        healthCheck: "string",
        initialDelaySec: 0,
        maxUnavailable: {
            fixed: 0,
            percent: 0,
        },
    }],
    standbyPolicy: {
        initialDelaySec: 0,
        mode: google_native.compute.alpha.InstanceGroupManagerStandbyPolicyMode.Manual,
    },
    statefulPolicy: {
        preservedState: {
            disks: {
                string: "string",
            },
            externalIPs: {
                string: "string",
            },
            internalIPs: {
                string: "string",
            },
        },
    },
    targetPools: ["string"],
    targetSize: 0,
    targetSizeUnit: google_native.compute.alpha.RegionInstanceGroupManagerTargetSizeUnit.Instance,
    targetStoppedSize: 0,
    allInstancesConfig: {
        properties: {
            labels: {
                string: "string",
            },
            metadata: {
                string: "string",
            },
        },
    },
    updatePolicy: {
        instanceRedistributionType: google_native.compute.alpha.InstanceGroupManagerUpdatePolicyInstanceRedistributionType.None,
        maxSurge: {
            fixed: 0,
            percent: 0,
        },
        maxUnavailable: {
            fixed: 0,
            percent: 0,
        },
        minReadySec: 0,
        minimalAction: google_native.compute.alpha.InstanceGroupManagerUpdatePolicyMinimalAction.None,
        mostDisruptiveAllowedAction: google_native.compute.alpha.InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction.None,
        replacementMethod: google_native.compute.alpha.InstanceGroupManagerUpdatePolicyReplacementMethod.Recreate,
        type: google_native.compute.alpha.InstanceGroupManagerUpdatePolicyType.Opportunistic,
    },
    namedPorts: [{
        name: "string",
        port: 0,
    }],
});
Copy
type: google-native:compute/alpha:RegionInstanceGroupManager
properties:
    allInstancesConfig:
        properties:
            labels:
                string: string
            metadata:
                string: string
    autoHealingPolicies:
        - autoHealingTriggers:
            onHealthCheck: "OFF"
          healthCheck: string
          initialDelaySec: 0
          maxUnavailable:
            fixed: 0
            percent: 0
    baseInstanceName: string
    description: string
    distributionPolicy:
        targetShape: ANY
        zones:
            - zone: string
    failoverAction: NO_FAILOVER
    instanceFlexibilityPolicy:
        instanceSelectionLists:
            string: string
        instanceSelections:
            string: string
    instanceLifecyclePolicy:
        defaultActionOnFailure: DELETE
        forceUpdateOnRepair: "NO"
        metadataBasedReadinessSignal:
            timeoutSec: 0
    instanceTemplate: string
    listManagedInstancesResults: PAGELESS
    name: string
    namedPorts:
        - name: string
          port: 0
    project: string
    region: string
    requestId: string
    serviceAccount: string
    standbyPolicy:
        initialDelaySec: 0
        mode: MANUAL
    statefulPolicy:
        preservedState:
            disks:
                string: string
            externalIPs:
                string: string
            internalIPs:
                string: string
    targetPools:
        - string
    targetSize: 0
    targetSizeUnit: INSTANCE
    targetStoppedSize: 0
    targetSuspendedSize: 0
    updatePolicy:
        instanceRedistributionType: NONE
        maxSurge:
            fixed: 0
            percent: 0
        maxUnavailable:
            fixed: 0
            percent: 0
        minReadySec: 0
        minimalAction: NONE
        mostDisruptiveAllowedAction: NONE
        replacementMethod: RECREATE
        type: OPPORTUNISTIC
    versions:
        - instanceTemplate: string
          name: string
          targetSize:
            fixed: 0
            percent: 0
Copy

RegionInstanceGroupManager Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The RegionInstanceGroupManager resource accepts the following input properties:

Region
This property is required.
Changes to this property will trigger replacement.
string
AllInstancesConfig Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAllInstancesConfig
Specifies configuration that overrides the instance template configuration for the group.
AutoHealingPolicies List<Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAutoHealingPolicy>
The autohealing policy for this managed instance group. You can specify only one value.
BaseInstanceName string
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
Description string
An optional description of this resource.
DistributionPolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.DistributionPolicy
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
FailoverAction Pulumi.GoogleNative.Compute.Alpha.RegionInstanceGroupManagerFailoverAction
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
InstanceFlexibilityPolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceFlexibilityPolicy
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
InstanceLifecyclePolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceLifecyclePolicy
The repair policy for this managed instance group.
InstanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
ListManagedInstancesResults Pulumi.GoogleNative.Compute.Alpha.RegionInstanceGroupManagerListManagedInstancesResults
Pagination behavior of the listManagedInstances API method for this managed instance group.
Name string
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
NamedPorts List<Pulumi.GoogleNative.Compute.Alpha.Inputs.NamedPort>
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
Project Changes to this property will trigger replacement. string
RequestId string
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
ServiceAccount string
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
StandbyPolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStandbyPolicy
Standby policy for stopped and suspended instances.
StatefulPolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.StatefulPolicy
Stateful configuration for this Instanced Group Manager
TargetPools List<string>
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
TargetSize int
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
TargetSizeUnit Pulumi.GoogleNative.Compute.Alpha.RegionInstanceGroupManagerTargetSizeUnit
The unit of measure for the target size.
TargetStoppedSize int
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
TargetSuspendedSize int
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
UpdatePolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerUpdatePolicy
The update policy for this managed instance group.
Versions List<Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerVersion>
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
Region
This property is required.
Changes to this property will trigger replacement.
string
AllInstancesConfig InstanceGroupManagerAllInstancesConfigArgs
Specifies configuration that overrides the instance template configuration for the group.
AutoHealingPolicies []InstanceGroupManagerAutoHealingPolicyArgs
The autohealing policy for this managed instance group. You can specify only one value.
BaseInstanceName string
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
Description string
An optional description of this resource.
DistributionPolicy DistributionPolicyArgs
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
FailoverAction RegionInstanceGroupManagerFailoverAction
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
InstanceFlexibilityPolicy InstanceGroupManagerInstanceFlexibilityPolicyArgs
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
InstanceLifecyclePolicy InstanceGroupManagerInstanceLifecyclePolicyArgs
The repair policy for this managed instance group.
InstanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
ListManagedInstancesResults RegionInstanceGroupManagerListManagedInstancesResults
Pagination behavior of the listManagedInstances API method for this managed instance group.
Name string
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
NamedPorts []NamedPortArgs
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
Project Changes to this property will trigger replacement. string
RequestId string
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
ServiceAccount string
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
StandbyPolicy InstanceGroupManagerStandbyPolicyArgs
Standby policy for stopped and suspended instances.
StatefulPolicy StatefulPolicyArgs
Stateful configuration for this Instanced Group Manager
TargetPools []string
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
TargetSize int
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
TargetSizeUnit RegionInstanceGroupManagerTargetSizeUnit
The unit of measure for the target size.
TargetStoppedSize int
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
TargetSuspendedSize int
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
UpdatePolicy InstanceGroupManagerUpdatePolicyArgs
The update policy for this managed instance group.
Versions []InstanceGroupManagerVersionArgs
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
region
This property is required.
Changes to this property will trigger replacement.
String
allInstancesConfig InstanceGroupManagerAllInstancesConfig
Specifies configuration that overrides the instance template configuration for the group.
autoHealingPolicies List<InstanceGroupManagerAutoHealingPolicy>
The autohealing policy for this managed instance group. You can specify only one value.
baseInstanceName String
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
description String
An optional description of this resource.
distributionPolicy DistributionPolicy
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
failoverAction RegionInstanceGroupManagerFailoverAction
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
instanceFlexibilityPolicy InstanceGroupManagerInstanceFlexibilityPolicy
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
instanceLifecyclePolicy InstanceGroupManagerInstanceLifecyclePolicy
The repair policy for this managed instance group.
instanceTemplate String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
listManagedInstancesResults RegionInstanceGroupManagerListManagedInstancesResults
Pagination behavior of the listManagedInstances API method for this managed instance group.
name String
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
namedPorts List<NamedPort>
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
project Changes to this property will trigger replacement. String
requestId String
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
serviceAccount String
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
standbyPolicy InstanceGroupManagerStandbyPolicy
Standby policy for stopped and suspended instances.
statefulPolicy StatefulPolicy
Stateful configuration for this Instanced Group Manager
targetPools List<String>
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
targetSize Integer
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
targetSizeUnit RegionInstanceGroupManagerTargetSizeUnit
The unit of measure for the target size.
targetStoppedSize Integer
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
targetSuspendedSize Integer
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
updatePolicy InstanceGroupManagerUpdatePolicy
The update policy for this managed instance group.
versions List<InstanceGroupManagerVersion>
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
region
This property is required.
Changes to this property will trigger replacement.
string
allInstancesConfig InstanceGroupManagerAllInstancesConfig
Specifies configuration that overrides the instance template configuration for the group.
autoHealingPolicies InstanceGroupManagerAutoHealingPolicy[]
The autohealing policy for this managed instance group. You can specify only one value.
baseInstanceName string
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
description string
An optional description of this resource.
distributionPolicy DistributionPolicy
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
failoverAction RegionInstanceGroupManagerFailoverAction
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
instanceFlexibilityPolicy InstanceGroupManagerInstanceFlexibilityPolicy
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
instanceLifecyclePolicy InstanceGroupManagerInstanceLifecyclePolicy
The repair policy for this managed instance group.
instanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
listManagedInstancesResults RegionInstanceGroupManagerListManagedInstancesResults
Pagination behavior of the listManagedInstances API method for this managed instance group.
name string
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
namedPorts NamedPort[]
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
project Changes to this property will trigger replacement. string
requestId string
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
serviceAccount string
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
standbyPolicy InstanceGroupManagerStandbyPolicy
Standby policy for stopped and suspended instances.
statefulPolicy StatefulPolicy
Stateful configuration for this Instanced Group Manager
targetPools string[]
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
targetSize number
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
targetSizeUnit RegionInstanceGroupManagerTargetSizeUnit
The unit of measure for the target size.
targetStoppedSize number
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
targetSuspendedSize number
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
updatePolicy InstanceGroupManagerUpdatePolicy
The update policy for this managed instance group.
versions InstanceGroupManagerVersion[]
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
region
This property is required.
Changes to this property will trigger replacement.
str
all_instances_config InstanceGroupManagerAllInstancesConfigArgs
Specifies configuration that overrides the instance template configuration for the group.
auto_healing_policies Sequence[InstanceGroupManagerAutoHealingPolicyArgs]
The autohealing policy for this managed instance group. You can specify only one value.
base_instance_name str
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
description str
An optional description of this resource.
distribution_policy DistributionPolicyArgs
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
failover_action RegionInstanceGroupManagerFailoverAction
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
instance_flexibility_policy InstanceGroupManagerInstanceFlexibilityPolicyArgs
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
instance_lifecycle_policy InstanceGroupManagerInstanceLifecyclePolicyArgs
The repair policy for this managed instance group.
instance_template str
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
list_managed_instances_results RegionInstanceGroupManagerListManagedInstancesResults
Pagination behavior of the listManagedInstances API method for this managed instance group.
name str
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
named_ports Sequence[NamedPortArgs]
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
project Changes to this property will trigger replacement. str
request_id str
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
service_account str
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
standby_policy InstanceGroupManagerStandbyPolicyArgs
Standby policy for stopped and suspended instances.
stateful_policy StatefulPolicyArgs
Stateful configuration for this Instanced Group Manager
target_pools Sequence[str]
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
target_size int
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
target_size_unit RegionInstanceGroupManagerTargetSizeUnit
The unit of measure for the target size.
target_stopped_size int
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
target_suspended_size int
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
update_policy InstanceGroupManagerUpdatePolicyArgs
The update policy for this managed instance group.
versions Sequence[InstanceGroupManagerVersionArgs]
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
region
This property is required.
Changes to this property will trigger replacement.
String
allInstancesConfig Property Map
Specifies configuration that overrides the instance template configuration for the group.
autoHealingPolicies List<Property Map>
The autohealing policy for this managed instance group. You can specify only one value.
baseInstanceName String
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
description String
An optional description of this resource.
distributionPolicy Property Map
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
failoverAction "NO_FAILOVER" | "UNKNOWN"
The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.
instanceFlexibilityPolicy Property Map
Instance flexibility allowing MIG to create VMs from multiple types of machines. Instance flexibility configuration on MIG overrides instance template configuration.
instanceLifecyclePolicy Property Map
The repair policy for this managed instance group.
instanceTemplate String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
listManagedInstancesResults "PAGELESS" | "PAGINATED"
Pagination behavior of the listManagedInstances API method for this managed instance group.
name String
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
namedPorts List<Property Map>
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
project Changes to this property will trigger replacement. String
requestId String
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
serviceAccount String
The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.
standbyPolicy Property Map
Standby policy for stopped and suspended instances.
statefulPolicy Property Map
Stateful configuration for this Instanced Group Manager
targetPools List<String>
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
targetSize Number
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
targetSizeUnit "INSTANCE" | "VCPU"
The unit of measure for the target size.
targetStoppedSize Number
The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
targetSuspendedSize Number
The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
updatePolicy Property Map
The update policy for this managed instance group.
versions List<Property Map>
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.

Outputs

All input properties are implicitly available as output properties. Additionally, the RegionInstanceGroupManager resource produces the following output properties:

CreationTimestamp string
The creation timestamp for this managed instance group in RFC3339 text format.
CurrentActions Pulumi.GoogleNative.Compute.Alpha.Outputs.InstanceGroupManagerActionsSummaryResponse
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
Fingerprint string
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
Id string
The provider-assigned unique ID for this managed resource.
InstanceGroup string
The URL of the Instance Group resource.
Kind string
The resource type, which is always compute#instanceGroupManager for managed instance groups.
SelfLink string
The URL for this managed instance group. The server defines this URL.
SelfLinkWithId string
Server-defined URL for this resource with the resource id.
Status Pulumi.GoogleNative.Compute.Alpha.Outputs.InstanceGroupManagerStatusResponse
The status of this managed instance group.
Zone string
The URL of a zone where the managed instance group is located (for zonal resources).
CreationTimestamp string
The creation timestamp for this managed instance group in RFC3339 text format.
CurrentActions InstanceGroupManagerActionsSummaryResponse
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
Fingerprint string
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
Id string
The provider-assigned unique ID for this managed resource.
InstanceGroup string
The URL of the Instance Group resource.
Kind string
The resource type, which is always compute#instanceGroupManager for managed instance groups.
SelfLink string
The URL for this managed instance group. The server defines this URL.
SelfLinkWithId string
Server-defined URL for this resource with the resource id.
Status InstanceGroupManagerStatusResponse
The status of this managed instance group.
Zone string
The URL of a zone where the managed instance group is located (for zonal resources).
creationTimestamp String
The creation timestamp for this managed instance group in RFC3339 text format.
currentActions InstanceGroupManagerActionsSummaryResponse
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
fingerprint String
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
id String
The provider-assigned unique ID for this managed resource.
instanceGroup String
The URL of the Instance Group resource.
kind String
The resource type, which is always compute#instanceGroupManager for managed instance groups.
selfLink String
The URL for this managed instance group. The server defines this URL.
selfLinkWithId String
Server-defined URL for this resource with the resource id.
status InstanceGroupManagerStatusResponse
The status of this managed instance group.
zone String
The URL of a zone where the managed instance group is located (for zonal resources).
creationTimestamp string
The creation timestamp for this managed instance group in RFC3339 text format.
currentActions InstanceGroupManagerActionsSummaryResponse
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
fingerprint string
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
id string
The provider-assigned unique ID for this managed resource.
instanceGroup string
The URL of the Instance Group resource.
kind string
The resource type, which is always compute#instanceGroupManager for managed instance groups.
selfLink string
The URL for this managed instance group. The server defines this URL.
selfLinkWithId string
Server-defined URL for this resource with the resource id.
status InstanceGroupManagerStatusResponse
The status of this managed instance group.
zone string
The URL of a zone where the managed instance group is located (for zonal resources).
creation_timestamp str
The creation timestamp for this managed instance group in RFC3339 text format.
current_actions InstanceGroupManagerActionsSummaryResponse
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
fingerprint str
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
id str
The provider-assigned unique ID for this managed resource.
instance_group str
The URL of the Instance Group resource.
kind str
The resource type, which is always compute#instanceGroupManager for managed instance groups.
self_link str
The URL for this managed instance group. The server defines this URL.
self_link_with_id str
Server-defined URL for this resource with the resource id.
status InstanceGroupManagerStatusResponse
The status of this managed instance group.
zone str
The URL of a zone where the managed instance group is located (for zonal resources).
creationTimestamp String
The creation timestamp for this managed instance group in RFC3339 text format.
currentActions Property Map
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
fingerprint String
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
id String
The provider-assigned unique ID for this managed resource.
instanceGroup String
The URL of the Instance Group resource.
kind String
The resource type, which is always compute#instanceGroupManager for managed instance groups.
selfLink String
The URL for this managed instance group. The server defines this URL.
selfLinkWithId String
Server-defined URL for this resource with the resource id.
status Property Map
The status of this managed instance group.
zone String
The URL of a zone where the managed instance group is located (for zonal resources).

Supporting Types

DistributionPolicy
, DistributionPolicyArgs

TargetShape Pulumi.GoogleNative.Compute.Alpha.DistributionPolicyTargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Zones List<Pulumi.GoogleNative.Compute.Alpha.Inputs.DistributionPolicyZoneConfiguration>
Zones where the regional managed instance group will create and manage its instances.
TargetShape DistributionPolicyTargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Zones []DistributionPolicyZoneConfiguration
Zones where the regional managed instance group will create and manage its instances.
targetShape DistributionPolicyTargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones List<DistributionPolicyZoneConfiguration>
Zones where the regional managed instance group will create and manage its instances.
targetShape DistributionPolicyTargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones DistributionPolicyZoneConfiguration[]
Zones where the regional managed instance group will create and manage its instances.
target_shape DistributionPolicyTargetShape
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones Sequence[DistributionPolicyZoneConfiguration]
Zones where the regional managed instance group will create and manage its instances.
targetShape "ANY" | "ANY_SINGLE_ZONE" | "BALANCED" | "EVEN"
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones List<Property Map>
Zones where the regional managed instance group will create and manage its instances.

DistributionPolicyResponse
, DistributionPolicyResponseArgs

TargetShape This property is required. string
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Zones This property is required. List<Pulumi.GoogleNative.Compute.Alpha.Inputs.DistributionPolicyZoneConfigurationResponse>
Zones where the regional managed instance group will create and manage its instances.
TargetShape This property is required. string
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Zones This property is required. []DistributionPolicyZoneConfigurationResponse
Zones where the regional managed instance group will create and manage its instances.
targetShape This property is required. String
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones This property is required. List<DistributionPolicyZoneConfigurationResponse>
Zones where the regional managed instance group will create and manage its instances.
targetShape This property is required. string
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones This property is required. DistributionPolicyZoneConfigurationResponse[]
Zones where the regional managed instance group will create and manage its instances.
target_shape This property is required. str
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones This property is required. Sequence[DistributionPolicyZoneConfigurationResponse]
Zones where the regional managed instance group will create and manage its instances.
targetShape This property is required. String
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
zones This property is required. List<Property Map>
Zones where the regional managed instance group will create and manage its instances.

DistributionPolicyTargetShape
, DistributionPolicyTargetShapeArgs

Any
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
AnySingleZone
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
Balanced
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
Even
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
DistributionPolicyTargetShapeAny
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
DistributionPolicyTargetShapeAnySingleZone
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
DistributionPolicyTargetShapeBalanced
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
DistributionPolicyTargetShapeEven
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
Any
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
AnySingleZone
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
Balanced
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
Even
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
Any
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
AnySingleZone
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
Balanced
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
Even
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
ANY
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
ANY_SINGLE_ZONE
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
BALANCED
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
EVEN
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
"ANY"
ANYThe group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
"ANY_SINGLE_ZONE"
ANY_SINGLE_ZONEThe group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
"BALANCED"
BALANCEDThe group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
"EVEN"
EVENThe group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.

DistributionPolicyZoneConfiguration
, DistributionPolicyZoneConfigurationArgs

Zone string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
Zone string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone String
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone str
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone String
The URL of the zone. The zone must exist in the region where the managed instance group is located.

DistributionPolicyZoneConfigurationResponse
, DistributionPolicyZoneConfigurationResponseArgs

Zone This property is required. string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
Zone This property is required. string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone This property is required. String
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone This property is required. string
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone This property is required. str
The URL of the zone. The zone must exist in the region where the managed instance group is located.
zone This property is required. String
The URL of the zone. The zone must exist in the region where the managed instance group is located.

FixedOrPercent
, FixedOrPercentArgs

Fixed int
Specifies a fixed number of VM instances. This must be a positive integer.
Percent int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
Fixed int
Specifies a fixed number of VM instances. This must be a positive integer.
Percent int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
fixed Integer
Specifies a fixed number of VM instances. This must be a positive integer.
percent Integer
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
fixed number
Specifies a fixed number of VM instances. This must be a positive integer.
percent number
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
fixed int
Specifies a fixed number of VM instances. This must be a positive integer.
percent int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
fixed Number
Specifies a fixed number of VM instances. This must be a positive integer.
percent Number
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.

FixedOrPercentResponse
, FixedOrPercentResponseArgs

Calculated This property is required. int
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
Fixed This property is required. int
Specifies a fixed number of VM instances. This must be a positive integer.
Percent This property is required. int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
Calculated This property is required. int
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
Fixed This property is required. int
Specifies a fixed number of VM instances. This must be a positive integer.
Percent This property is required. int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
calculated This property is required. Integer
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
fixed This property is required. Integer
Specifies a fixed number of VM instances. This must be a positive integer.
percent This property is required. Integer
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
calculated This property is required. number
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
fixed This property is required. number
Specifies a fixed number of VM instances. This must be a positive integer.
percent This property is required. number
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
calculated This property is required. int
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
fixed This property is required. int
Specifies a fixed number of VM instances. This must be a positive integer.
percent This property is required. int
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
calculated This property is required. Number
Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
fixed This property is required. Number
Specifies a fixed number of VM instances. This must be a positive integer.
percent This property is required. Number
Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.

InstanceGroupManagerActionsSummaryResponse
, InstanceGroupManagerActionsSummaryResponseArgs

Abandoning This property is required. int
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
Creating This property is required. int
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
CreatingAtomically This property is required. int
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
CreatingWithoutRetries This property is required. int
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
Deleting This property is required. int
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
None This property is required. int
The number of instances in the managed instance group that are running and have no scheduled actions.
Queuing This property is required. int
The number of instances that the managed instance group is currently queuing.
Recreating This property is required. int
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
Refreshing This property is required. int
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
Restarting This property is required. int
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
Resuming This property is required. int
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
Starting This property is required. int
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
Stopping This property is required. int
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
Suspending This property is required. int
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
Verifying This property is required. int
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
Abandoning This property is required. int
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
Creating This property is required. int
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
CreatingAtomically This property is required. int
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
CreatingWithoutRetries This property is required. int
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
Deleting This property is required. int
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
None This property is required. int
The number of instances in the managed instance group that are running and have no scheduled actions.
Queuing This property is required. int
The number of instances that the managed instance group is currently queuing.
Recreating This property is required. int
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
Refreshing This property is required. int
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
Restarting This property is required. int
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
Resuming This property is required. int
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
Starting This property is required. int
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
Stopping This property is required. int
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
Suspending This property is required. int
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
Verifying This property is required. int
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
abandoning This property is required. Integer
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
creating This property is required. Integer
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
creatingAtomically This property is required. Integer
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
creatingWithoutRetries This property is required. Integer
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
deleting This property is required. Integer
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
none This property is required. Integer
The number of instances in the managed instance group that are running and have no scheduled actions.
queuing This property is required. Integer
The number of instances that the managed instance group is currently queuing.
recreating This property is required. Integer
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
refreshing This property is required. Integer
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
restarting This property is required. Integer
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
resuming This property is required. Integer
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
starting This property is required. Integer
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
stopping This property is required. Integer
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
suspending This property is required. Integer
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
verifying This property is required. Integer
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
abandoning This property is required. number
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
creating This property is required. number
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
creatingAtomically This property is required. number
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
creatingWithoutRetries This property is required. number
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
deleting This property is required. number
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
none This property is required. number
The number of instances in the managed instance group that are running and have no scheduled actions.
queuing This property is required. number
The number of instances that the managed instance group is currently queuing.
recreating This property is required. number
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
refreshing This property is required. number
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
restarting This property is required. number
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
resuming This property is required. number
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
starting This property is required. number
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
stopping This property is required. number
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
suspending This property is required. number
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
verifying This property is required. number
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
abandoning This property is required. int
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
creating This property is required. int
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
creating_atomically This property is required. int
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
creating_without_retries This property is required. int
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
deleting This property is required. int
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
none This property is required. int
The number of instances in the managed instance group that are running and have no scheduled actions.
queuing This property is required. int
The number of instances that the managed instance group is currently queuing.
recreating This property is required. int
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
refreshing This property is required. int
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
restarting This property is required. int
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
resuming This property is required. int
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
starting This property is required. int
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
stopping This property is required. int
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
suspending This property is required. int
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
verifying This property is required. int
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
abandoning This property is required. Number
The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
creating This property is required. Number
The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
creatingAtomically This property is required. Number
The number of instances that the managed instance group will attempt to create atomically, in a batch mode. If the desired count of instances can not be created, entire batch will be deleted and the group will decrease its targetSize value accordingly.
creatingWithoutRetries This property is required. Number
The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
deleting This property is required. Number
The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
none This property is required. Number
The number of instances in the managed instance group that are running and have no scheduled actions.
queuing This property is required. Number
The number of instances that the managed instance group is currently queuing.
recreating This property is required. Number
The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
refreshing This property is required. Number
The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
restarting This property is required. Number
The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
resuming This property is required. Number
The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
starting This property is required. Number
The number of instances in the managed instance group that are scheduled to be started or are currently being started.
stopping This property is required. Number
The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
suspending This property is required. Number
The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
verifying This property is required. Number
The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.

InstanceGroupManagerAllInstancesConfig
, InstanceGroupManagerAllInstancesConfigArgs

Properties Pulumi.GoogleNative.Compute.Alpha.Inputs.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 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 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 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 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 Property Map
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.

InstanceGroupManagerAllInstancesConfigResponse
, InstanceGroupManagerAllInstancesConfigResponseArgs

Properties This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstancePropertiesPatchResponse
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 This property is required. InstancePropertiesPatchResponse
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 This property is required. InstancePropertiesPatchResponse
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 This property is required. InstancePropertiesPatchResponse
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 This property is required. InstancePropertiesPatchResponse
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 This property is required. Property Map
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.

InstanceGroupManagerAutoHealingPolicy
, InstanceGroupManagerAutoHealingPolicyArgs

AutoHealingTriggers Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
Restricts what triggers autohealing.
HealthCheck string
The URL for the health check that signals autohealing.
InitialDelaySec int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
MaxUnavailable Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercent
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
AutoHealingTriggers InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
Restricts what triggers autohealing.
HealthCheck string
The URL for the health check that signals autohealing.
InitialDelaySec int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
MaxUnavailable FixedOrPercent
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
Restricts what triggers autohealing.
healthCheck String
The URL for the health check that signals autohealing.
initialDelaySec Integer
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable FixedOrPercent
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
Restricts what triggers autohealing.
healthCheck string
The URL for the health check that signals autohealing.
initialDelaySec number
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable FixedOrPercent
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
auto_healing_triggers InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
Restricts what triggers autohealing.
health_check str
The URL for the health check that signals autohealing.
initial_delay_sec int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
max_unavailable FixedOrPercent
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers Property Map
Restricts what triggers autohealing.
healthCheck String
The URL for the health check that signals autohealing.
initialDelaySec Number
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable Property Map
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.

InstanceGroupManagerAutoHealingPolicyAutoHealingTriggers
, InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersArgs

OnHealthCheck Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
OnHealthCheck InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
on_health_check InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck "OFF" | "ON"
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.

InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck
, InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheckArgs

Off
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
On
ON(Default) The group recreates running VMs that fail the group's application-based health check.
InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheckOff
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheckOn
ON(Default) The group recreates running VMs that fail the group's application-based health check.
Off
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
On
ON(Default) The group recreates running VMs that fail the group's application-based health check.
Off
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
On
ON(Default) The group recreates running VMs that fail the group's application-based health check.
OFF
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
ON
ON(Default) The group recreates running VMs that fail the group's application-based health check.
"OFF"
OFFWhen set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
"ON"
ON(Default) The group recreates running VMs that fail the group's application-based health check.

InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
, InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponseArgs

OnHealthCheck This property is required. string
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
OnHealthCheck This property is required. string
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck This property is required. String
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck This property is required. string
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
on_health_check This property is required. str
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.
onHealthCheck This property is required. String
If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.

InstanceGroupManagerAutoHealingPolicyResponse
, InstanceGroupManagerAutoHealingPolicyResponseArgs

AutoHealingTriggers This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
Restricts what triggers autohealing.
HealthCheck This property is required. string
The URL for the health check that signals autohealing.
InitialDelaySec This property is required. int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
MaxUnavailable This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercentResponse
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
AutoHealingTriggers This property is required. InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
Restricts what triggers autohealing.
HealthCheck This property is required. string
The URL for the health check that signals autohealing.
InitialDelaySec This property is required. int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
MaxUnavailable This property is required. FixedOrPercentResponse
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers This property is required. InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
Restricts what triggers autohealing.
healthCheck This property is required. String
The URL for the health check that signals autohealing.
initialDelaySec This property is required. Integer
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable This property is required. FixedOrPercentResponse
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers This property is required. InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
Restricts what triggers autohealing.
healthCheck This property is required. string
The URL for the health check that signals autohealing.
initialDelaySec This property is required. number
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable This property is required. FixedOrPercentResponse
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
auto_healing_triggers This property is required. InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersResponse
Restricts what triggers autohealing.
health_check This property is required. str
The URL for the health check that signals autohealing.
initial_delay_sec This property is required. int
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
max_unavailable This property is required. FixedOrPercentResponse
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.
autoHealingTriggers This property is required. Property Map
Restricts what triggers autohealing.
healthCheck This property is required. String
The URL for the health check that signals autohealing.
initialDelaySec This property is required. Number
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
maxUnavailable This property is required. Property Map
Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded if necessary. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM. By default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy.

InstanceGroupManagerInstanceFlexibilityPolicy
, InstanceGroupManagerInstanceFlexibilityPolicyArgs

InstanceSelectionLists Dictionary<string, string>
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelections Dictionary<string, string>
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelectionLists map[string]string
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelections map[string]string
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists Map<String,String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections Map<String,String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists {[key: string]: string}
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections {[key: string]: string}
Named instance selections configuring properties that the group will use when creating new VMs.
instance_selection_lists Mapping[str, str]
Named instance selections configuring properties that the group will use when creating new VMs.
instance_selections Mapping[str, str]
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists Map<String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections Map<String>
Named instance selections configuring properties that the group will use when creating new VMs.

InstanceGroupManagerInstanceFlexibilityPolicyResponse
, InstanceGroupManagerInstanceFlexibilityPolicyResponseArgs

InstanceSelectionLists This property is required. Dictionary<string, string>
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelections This property is required. Dictionary<string, string>
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelectionLists This property is required. map[string]string
Named instance selections configuring properties that the group will use when creating new VMs.
InstanceSelections This property is required. map[string]string
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists This property is required. Map<String,String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections This property is required. Map<String,String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists This property is required. {[key: string]: string}
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections This property is required. {[key: string]: string}
Named instance selections configuring properties that the group will use when creating new VMs.
instance_selection_lists This property is required. Mapping[str, str]
Named instance selections configuring properties that the group will use when creating new VMs.
instance_selections This property is required. Mapping[str, str]
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelectionLists This property is required. Map<String>
Named instance selections configuring properties that the group will use when creating new VMs.
instanceSelections This property is required. Map<String>
Named instance selections configuring properties that the group will use when creating new VMs.

InstanceGroupManagerInstanceLifecyclePolicy
, InstanceGroupManagerInstanceLifecyclePolicyArgs

DefaultActionOnFailure Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
ForceUpdateOnRepair Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
MetadataBasedReadinessSignal Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
DefaultActionOnFailure InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
ForceUpdateOnRepair InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
MetadataBasedReadinessSignal InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
default_action_on_failure InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
force_update_on_repair InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadata_based_readiness_signal InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure "DELETE" | "DO_NOTHING" | "REPAIR"
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair "NO" | "YES"
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal Property Map
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.

InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
, InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailureArgs

Delete
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
DoNothing
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
Repair
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.
InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailureDelete
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailureDoNothing
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailureRepair
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.
Delete
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
DoNothing
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
Repair
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.
Delete
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
DoNothing
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
Repair
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.
DELETE
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
DO_NOTHING
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
REPAIR
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.
"DELETE"
DELETEMIG deletes a failed or an unhealthy VM. Deleting the VM decreases the target size of the MIG.
"DO_NOTHING"
DO_NOTHINGMIG does not repair a failed or an unhealthy VM.
"REPAIR"
REPAIR(Default) MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG.

InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair
, InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepairArgs

No
NO
Yes
YES
InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepairNo
NO
InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepairYes
YES
No
NO
Yes
YES
No
NO
Yes
YES
NO
NO
YES
YES
"NO"
NO
"YES"
YES

InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
, InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalArgs

TimeoutSec int
The number of seconds to wait for a readiness signal during initialization before timing out.
TimeoutSec int
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec Integer
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec number
The number of seconds to wait for a readiness signal during initialization before timing out.
timeout_sec int
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec Number
The number of seconds to wait for a readiness signal during initialization before timing out.

InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
, InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponseArgs

TimeoutSec This property is required. int
The number of seconds to wait for a readiness signal during initialization before timing out.
TimeoutSec This property is required. int
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec This property is required. Integer
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec This property is required. number
The number of seconds to wait for a readiness signal during initialization before timing out.
timeout_sec This property is required. int
The number of seconds to wait for a readiness signal during initialization before timing out.
timeoutSec This property is required. Number
The number of seconds to wait for a readiness signal during initialization before timing out.

InstanceGroupManagerInstanceLifecyclePolicyResponse
, InstanceGroupManagerInstanceLifecyclePolicyResponseArgs

DefaultActionOnFailure This property is required. string
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
ForceUpdateOnRepair This property is required. string
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
MetadataBasedReadinessSignal This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
DefaultActionOnFailure This property is required. string
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
ForceUpdateOnRepair This property is required. string
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
MetadataBasedReadinessSignal This property is required. InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure This property is required. String
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair This property is required. String
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal This property is required. InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure This property is required. string
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair This property is required. string
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal This property is required. InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
default_action_on_failure This property is required. str
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
force_update_on_repair This property is required. str
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadata_based_readiness_signal This property is required. InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignalResponse
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.
defaultActionOnFailure This property is required. String
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
forceUpdateOnRepair This property is required. String
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
metadataBasedReadinessSignal This property is required. Property Map
The configuration for metadata based readiness signal sent by the instance during initialization when stopping / suspending an instance. The Instance Group Manager will wait for a signal that indicates successful initialization before stopping / suspending an instance. If a successful readiness signal is not sent before timeout, the corresponding instance will not be stopped / suspended. Instead, an error will be visible in the lastAttempt.errors field of the managed instance in the listmanagedinstances method. If metadataBasedReadinessSignal.timeoutSec is unset, the Instance Group Manager will directly proceed to suspend / stop instances, skipping initialization on them.

InstanceGroupManagerStandbyPolicy
, InstanceGroupManagerStandbyPolicyArgs

InitialDelaySec int
Mode Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerStandbyPolicyMode
Defines behaviour of using instances from standby pool to resize MIG.
InitialDelaySec int
Mode InstanceGroupManagerStandbyPolicyMode
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec Integer
mode InstanceGroupManagerStandbyPolicyMode
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec number
mode InstanceGroupManagerStandbyPolicyMode
Defines behaviour of using instances from standby pool to resize MIG.
initial_delay_sec int
mode InstanceGroupManagerStandbyPolicyMode
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec Number
mode "MANUAL" | "SCALE_OUT_POOL"
Defines behaviour of using instances from standby pool to resize MIG.

InstanceGroupManagerStandbyPolicyMode
, InstanceGroupManagerStandbyPolicyModeArgs

Manual
MANUALMIG does not automatically stop/start or suspend/resume VMs.
ScaleOutPool
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.
InstanceGroupManagerStandbyPolicyModeManual
MANUALMIG does not automatically stop/start or suspend/resume VMs.
InstanceGroupManagerStandbyPolicyModeScaleOutPool
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.
Manual
MANUALMIG does not automatically stop/start or suspend/resume VMs.
ScaleOutPool
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.
Manual
MANUALMIG does not automatically stop/start or suspend/resume VMs.
ScaleOutPool
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.
MANUAL
MANUALMIG does not automatically stop/start or suspend/resume VMs.
SCALE_OUT_POOL
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.
"MANUAL"
MANUALMIG does not automatically stop/start or suspend/resume VMs.
"SCALE_OUT_POOL"
SCALE_OUT_POOLMIG automatically resumes and starts VMs when it scales out, and replenishes the standby pool afterwards.

InstanceGroupManagerStandbyPolicyResponse
, InstanceGroupManagerStandbyPolicyResponseArgs

InitialDelaySec This property is required. int
Mode This property is required. string
Defines behaviour of using instances from standby pool to resize MIG.
InitialDelaySec This property is required. int
Mode This property is required. string
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec This property is required. Integer
mode This property is required. String
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec This property is required. number
mode This property is required. string
Defines behaviour of using instances from standby pool to resize MIG.
initial_delay_sec This property is required. int
mode This property is required. str
Defines behaviour of using instances from standby pool to resize MIG.
initialDelaySec This property is required. Number
mode This property is required. String
Defines behaviour of using instances from standby pool to resize MIG.

InstanceGroupManagerStatusAllInstancesConfigResponse
, InstanceGroupManagerStatusAllInstancesConfigResponseArgs

CurrentRevision This property is required. string
Current all-instances configuration revision. This value is in RFC3339 text format.
Effective This property is required. bool
A bit indicating whether this configuration has been applied to all managed instances in the group.
CurrentRevision This property is required. string
Current all-instances configuration revision. This value is in RFC3339 text format.
Effective This property is required. bool
A bit indicating whether this configuration has been applied to all managed instances in the group.
currentRevision This property is required. String
Current all-instances configuration revision. This value is in RFC3339 text format.
effective This property is required. Boolean
A bit indicating whether this configuration has been applied to all managed instances in the group.
currentRevision This property is required. string
Current all-instances configuration revision. This value is in RFC3339 text format.
effective This property is required. boolean
A bit indicating whether this configuration has been applied to all managed instances in the group.
current_revision This property is required. str
Current all-instances configuration revision. This value is in RFC3339 text format.
effective This property is required. bool
A bit indicating whether this configuration has been applied to all managed instances in the group.
currentRevision This property is required. String
Current all-instances configuration revision. This value is in RFC3339 text format.
effective This property is required. Boolean
A bit indicating whether this configuration has been applied to all managed instances in the group.

InstanceGroupManagerStatusResponse
, InstanceGroupManagerStatusResponseArgs

AllInstancesConfig This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStatusAllInstancesConfigResponse
[Output only] Status of all-instances configuration on the group.
Autoscaler This property is required. string
The URL of the Autoscaler that targets this instance group manager.
IsStable This property is required. bool
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
Stateful This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStatusStatefulResponse
Stateful status of the given Instance Group Manager.
VersionTarget This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStatusVersionTargetResponse
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
AllInstancesConfig This property is required. InstanceGroupManagerStatusAllInstancesConfigResponse
[Output only] Status of all-instances configuration on the group.
Autoscaler This property is required. string
The URL of the Autoscaler that targets this instance group manager.
IsStable This property is required. bool
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
Stateful This property is required. InstanceGroupManagerStatusStatefulResponse
Stateful status of the given Instance Group Manager.
VersionTarget This property is required. InstanceGroupManagerStatusVersionTargetResponse
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
allInstancesConfig This property is required. InstanceGroupManagerStatusAllInstancesConfigResponse
[Output only] Status of all-instances configuration on the group.
autoscaler This property is required. String
The URL of the Autoscaler that targets this instance group manager.
isStable This property is required. Boolean
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
stateful This property is required. InstanceGroupManagerStatusStatefulResponse
Stateful status of the given Instance Group Manager.
versionTarget This property is required. InstanceGroupManagerStatusVersionTargetResponse
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
allInstancesConfig This property is required. InstanceGroupManagerStatusAllInstancesConfigResponse
[Output only] Status of all-instances configuration on the group.
autoscaler This property is required. string
The URL of the Autoscaler that targets this instance group manager.
isStable This property is required. boolean
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
stateful This property is required. InstanceGroupManagerStatusStatefulResponse
Stateful status of the given Instance Group Manager.
versionTarget This property is required. InstanceGroupManagerStatusVersionTargetResponse
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
all_instances_config This property is required. InstanceGroupManagerStatusAllInstancesConfigResponse
[Output only] Status of all-instances configuration on the group.
autoscaler This property is required. str
The URL of the Autoscaler that targets this instance group manager.
is_stable This property is required. bool
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
stateful This property is required. InstanceGroupManagerStatusStatefulResponse
Stateful status of the given Instance Group Manager.
version_target This property is required. InstanceGroupManagerStatusVersionTargetResponse
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
allInstancesConfig This property is required. Property Map
[Output only] Status of all-instances configuration on the group.
autoscaler This property is required. String
The URL of the Autoscaler that targets this instance group manager.
isStable This property is required. Boolean
A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
stateful This property is required. Property Map
Stateful status of the given Instance Group Manager.
versionTarget This property is required. Property Map
A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.

InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
, InstanceGroupManagerStatusStatefulPerInstanceConfigsResponseArgs

AllEffective This property is required. bool
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
AllEffective This property is required. bool
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
allEffective This property is required. Boolean
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
allEffective This property is required. boolean
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
all_effective This property is required. bool
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
allEffective This property is required. Boolean
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.

InstanceGroupManagerStatusStatefulResponse
, InstanceGroupManagerStatusStatefulResponseArgs

HasStatefulConfig This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
IsStateful This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

PerInstanceConfigs This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
Status of per-instance configurations on the instance.
HasStatefulConfig This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
IsStateful This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

PerInstanceConfigs This property is required. InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
Status of per-instance configurations on the instance.
hasStatefulConfig This property is required. Boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
isStateful This property is required. Boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

perInstanceConfigs This property is required. InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
Status of per-instance configurations on the instance.
hasStatefulConfig This property is required. boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
isStateful This property is required. boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

perInstanceConfigs This property is required. InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
Status of per-instance configurations on the instance.
has_stateful_config This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
is_stateful This property is required. bool
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

per_instance_configs This property is required. InstanceGroupManagerStatusStatefulPerInstanceConfigsResponse
Status of per-instance configurations on the instance.
hasStatefulConfig This property is required. Boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
isStateful This property is required. Boolean
A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

Deprecated: [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.

perInstanceConfigs This property is required. Property Map
Status of per-instance configurations on the instance.

InstanceGroupManagerStatusVersionTargetResponse
, InstanceGroupManagerStatusVersionTargetResponseArgs

IsReached This property is required. bool
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
IsReached This property is required. bool
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
isReached This property is required. Boolean
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
isReached This property is required. boolean
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
is_reached This property is required. bool
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
isReached This property is required. Boolean
A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.

InstanceGroupManagerUpdatePolicy
, InstanceGroupManagerUpdatePolicyArgs

InstanceRedistributionType Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyInstanceRedistributionType
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
MaxSurge Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercent
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
MaxUnavailable Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercent
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
MinReadySec int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
MinimalAction Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyMinimalAction
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
MostDisruptiveAllowedAction Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
ReplacementMethod Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyReplacementMethod
What action should be used to replace instances. See minimal_action.REPLACE
Type Pulumi.GoogleNative.Compute.Alpha.InstanceGroupManagerUpdatePolicyType
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
InstanceRedistributionType InstanceGroupManagerUpdatePolicyInstanceRedistributionType
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
MaxSurge FixedOrPercent
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
MaxUnavailable FixedOrPercent
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
MinReadySec int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
MinimalAction InstanceGroupManagerUpdatePolicyMinimalAction
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
MostDisruptiveAllowedAction InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
ReplacementMethod InstanceGroupManagerUpdatePolicyReplacementMethod
What action should be used to replace instances. See minimal_action.REPLACE
Type InstanceGroupManagerUpdatePolicyType
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType InstanceGroupManagerUpdatePolicyInstanceRedistributionType
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge FixedOrPercent
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable FixedOrPercent
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec Integer
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction InstanceGroupManagerUpdatePolicyMinimalAction
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod InstanceGroupManagerUpdatePolicyReplacementMethod
What action should be used to replace instances. See minimal_action.REPLACE
type InstanceGroupManagerUpdatePolicyType
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType InstanceGroupManagerUpdatePolicyInstanceRedistributionType
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge FixedOrPercent
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable FixedOrPercent
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec number
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction InstanceGroupManagerUpdatePolicyMinimalAction
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod InstanceGroupManagerUpdatePolicyReplacementMethod
What action should be used to replace instances. See minimal_action.REPLACE
type InstanceGroupManagerUpdatePolicyType
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instance_redistribution_type InstanceGroupManagerUpdatePolicyInstanceRedistributionType
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
max_surge FixedOrPercent
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
max_unavailable FixedOrPercent
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
min_ready_sec int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimal_action InstanceGroupManagerUpdatePolicyMinimalAction
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
most_disruptive_allowed_action InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacement_method InstanceGroupManagerUpdatePolicyReplacementMethod
What action should be used to replace instances. See minimal_action.REPLACE
type InstanceGroupManagerUpdatePolicyType
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType "NONE" | "PROACTIVE"
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge Property Map
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable Property Map
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec Number
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction "NONE" | "REFRESH" | "REPLACE" | "RESTART"
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction "NONE" | "REFRESH" | "REPLACE" | "RESTART"
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod "RECREATE" | "SUBSTITUTE"
What action should be used to replace instances. See minimal_action.REPLACE
type "OPPORTUNISTIC" | "PROACTIVE"
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.

InstanceGroupManagerUpdatePolicyInstanceRedistributionType
, InstanceGroupManagerUpdatePolicyInstanceRedistributionTypeArgs

None
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
Proactive
PROACTIVEThis IGM will actively converge to its target instance distribution.
InstanceGroupManagerUpdatePolicyInstanceRedistributionTypeNone
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
InstanceGroupManagerUpdatePolicyInstanceRedistributionTypeProactive
PROACTIVEThis IGM will actively converge to its target instance distribution.
None
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
Proactive
PROACTIVEThis IGM will actively converge to its target instance distribution.
None
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
Proactive
PROACTIVEThis IGM will actively converge to its target instance distribution.
NONE
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
PROACTIVE
PROACTIVEThis IGM will actively converge to its target instance distribution.
"NONE"
NONENo action is being proactively performed in order to bring this IGM to its target instance distribution.
"PROACTIVE"
PROACTIVEThis IGM will actively converge to its target instance distribution.

InstanceGroupManagerUpdatePolicyMinimalAction
, InstanceGroupManagerUpdatePolicyMinimalActionArgs

None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
InstanceGroupManagerUpdatePolicyMinimalActionNone
NONEDo not perform any action.
InstanceGroupManagerUpdatePolicyMinimalActionRefresh
REFRESHDo not stop the instance.
InstanceGroupManagerUpdatePolicyMinimalActionReplace
REPLACE(Default.) Replace the instance according to the replacement method option.
InstanceGroupManagerUpdatePolicyMinimalActionRestart
RESTARTStop the instance and start it again.
None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
NONE
NONEDo not perform any action.
REFRESH
REFRESHDo not stop the instance.
REPLACE
REPLACE(Default.) Replace the instance according to the replacement method option.
RESTART
RESTARTStop the instance and start it again.
"NONE"
NONEDo not perform any action.
"REFRESH"
REFRESHDo not stop the instance.
"REPLACE"
REPLACE(Default.) Replace the instance according to the replacement method option.
"RESTART"
RESTARTStop the instance and start it again.

InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedAction
, InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionArgs

None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionNone
NONEDo not perform any action.
InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionRefresh
REFRESHDo not stop the instance.
InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionReplace
REPLACE(Default.) Replace the instance according to the replacement method option.
InstanceGroupManagerUpdatePolicyMostDisruptiveAllowedActionRestart
RESTARTStop the instance and start it again.
None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
None
NONEDo not perform any action.
Refresh
REFRESHDo not stop the instance.
Replace
REPLACE(Default.) Replace the instance according to the replacement method option.
Restart
RESTARTStop the instance and start it again.
NONE
NONEDo not perform any action.
REFRESH
REFRESHDo not stop the instance.
REPLACE
REPLACE(Default.) Replace the instance according to the replacement method option.
RESTART
RESTARTStop the instance and start it again.
"NONE"
NONEDo not perform any action.
"REFRESH"
REFRESHDo not stop the instance.
"REPLACE"
REPLACE(Default.) Replace the instance according to the replacement method option.
"RESTART"
RESTARTStop the instance and start it again.

InstanceGroupManagerUpdatePolicyReplacementMethod
, InstanceGroupManagerUpdatePolicyReplacementMethodArgs

Recreate
RECREATEInstances will be recreated (with the same name)
Substitute
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)
InstanceGroupManagerUpdatePolicyReplacementMethodRecreate
RECREATEInstances will be recreated (with the same name)
InstanceGroupManagerUpdatePolicyReplacementMethodSubstitute
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)
Recreate
RECREATEInstances will be recreated (with the same name)
Substitute
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)
Recreate
RECREATEInstances will be recreated (with the same name)
Substitute
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)
RECREATE
RECREATEInstances will be recreated (with the same name)
SUBSTITUTE
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)
"RECREATE"
RECREATEInstances will be recreated (with the same name)
"SUBSTITUTE"
SUBSTITUTEDefault option: instances will be deleted and created (with a new name)

InstanceGroupManagerUpdatePolicyResponse
, InstanceGroupManagerUpdatePolicyResponseArgs

InstanceRedistributionType This property is required. string
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
MaxSurge This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercentResponse
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
MaxUnavailable This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercentResponse
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
MinReadySec This property is required. int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
MinimalAction This property is required. string
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
MostDisruptiveAllowedAction This property is required. string
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
ReplacementMethod This property is required. string
What action should be used to replace instances. See minimal_action.REPLACE
Type This property is required. string
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
InstanceRedistributionType This property is required. string
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
MaxSurge This property is required. FixedOrPercentResponse
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
MaxUnavailable This property is required. FixedOrPercentResponse
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
MinReadySec This property is required. int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
MinimalAction This property is required. string
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
MostDisruptiveAllowedAction This property is required. string
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
ReplacementMethod This property is required. string
What action should be used to replace instances. See minimal_action.REPLACE
Type This property is required. string
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType This property is required. String
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge This property is required. FixedOrPercentResponse
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable This property is required. FixedOrPercentResponse
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec This property is required. Integer
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction This property is required. String
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction This property is required. String
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod This property is required. String
What action should be used to replace instances. See minimal_action.REPLACE
type This property is required. String
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType This property is required. string
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge This property is required. FixedOrPercentResponse
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable This property is required. FixedOrPercentResponse
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec This property is required. number
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction This property is required. string
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction This property is required. string
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod This property is required. string
What action should be used to replace instances. See minimal_action.REPLACE
type This property is required. string
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instance_redistribution_type This property is required. str
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
max_surge This property is required. FixedOrPercentResponse
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
max_unavailable This property is required. FixedOrPercentResponse
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
min_ready_sec This property is required. int
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimal_action This property is required. str
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
most_disruptive_allowed_action This property is required. str
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacement_method This property is required. str
What action should be used to replace instances. See minimal_action.REPLACE
type This property is required. str
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
instanceRedistributionType This property is required. String
The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
maxSurge This property is required. Property Map
The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
maxUnavailable This property is required. Property Map
The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
minReadySec This property is required. Number
Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
minimalAction This property is required. String
Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
mostDisruptiveAllowedAction This property is required. String
Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
replacementMethod This property is required. String
What action should be used to replace instances. See minimal_action.REPLACE
type This property is required. String
The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.

InstanceGroupManagerUpdatePolicyType
, InstanceGroupManagerUpdatePolicyTypeArgs

Opportunistic
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
Proactive
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.
InstanceGroupManagerUpdatePolicyTypeOpportunistic
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
InstanceGroupManagerUpdatePolicyTypeProactive
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.
Opportunistic
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
Proactive
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.
Opportunistic
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
Proactive
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.
OPPORTUNISTIC
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
PROACTIVE
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.
"OPPORTUNISTIC"
OPPORTUNISTICMIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
"PROACTIVE"
PROACTIVEMIG will automatically apply new configurations to all or a subset of existing VMs and also to new VMs that are added to the group.

InstanceGroupManagerVersion
, InstanceGroupManagerVersionArgs

InstanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
Name string
Name of the version. Unique among all versions in the scope of this managed instance group.
Tag string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

TargetSize Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercent
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
InstanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
Name string
Name of the version. Unique among all versions in the scope of this managed instance group.
Tag string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

TargetSize FixedOrPercent
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name String
Name of the version. Unique among all versions in the scope of this managed instance group.
tag String
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize FixedOrPercent
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name string
Name of the version. Unique among all versions in the scope of this managed instance group.
tag string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize FixedOrPercent
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instance_template str
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name str
Name of the version. Unique among all versions in the scope of this managed instance group.
tag str
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

target_size FixedOrPercent
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name String
Name of the version. Unique among all versions in the scope of this managed instance group.
tag String
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize Property Map
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.

InstanceGroupManagerVersionResponse
, InstanceGroupManagerVersionResponseArgs

InstanceTemplate This property is required. string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
Name This property is required. string
Name of the version. Unique among all versions in the scope of this managed instance group.
Tag This property is required. string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

TargetSize This property is required. Pulumi.GoogleNative.Compute.Alpha.Inputs.FixedOrPercentResponse
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
InstanceTemplate This property is required. string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
Name This property is required. string
Name of the version. Unique among all versions in the scope of this managed instance group.
Tag This property is required. string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

TargetSize This property is required. FixedOrPercentResponse
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate This property is required. String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name This property is required. String
Name of the version. Unique among all versions in the scope of this managed instance group.
tag This property is required. String
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize This property is required. FixedOrPercentResponse
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate This property is required. string
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name This property is required. string
Name of the version. Unique among all versions in the scope of this managed instance group.
tag This property is required. string
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize This property is required. FixedOrPercentResponse
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instance_template This property is required. str
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name This property is required. str
Name of the version. Unique among all versions in the scope of this managed instance group.
tag This property is required. str
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

target_size This property is required. FixedOrPercentResponse
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
instanceTemplate This property is required. String
The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the targetSize for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the targetSize for this version is reached.
name This property is required. String
Name of the version. Unique among all versions in the scope of this managed instance group.
tag This property is required. String
Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

Deprecated: Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.

targetSize This property is required. Property Map
Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.

InstancePropertiesPatch
, InstancePropertiesPatchArgs

Labels Dictionary<string, string>
The label key-value pairs that you want to patch onto the instance.
Metadata Dictionary<string, string>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
Labels map[string]string
The label key-value pairs that you want to patch onto the instance.
Metadata map[string]string
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels Map<String,String>
The label key-value pairs that you want to patch onto the instance.
metadata Map<String,String>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels {[key: string]: string}
The label key-value pairs that you want to patch onto the instance.
metadata {[key: string]: string}
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels Mapping[str, str]
The label key-value pairs that you want to patch onto the instance.
metadata Mapping[str, str]
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels Map<String>
The label key-value pairs that you want to patch onto the instance.
metadata Map<String>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.

InstancePropertiesPatchResponse
, InstancePropertiesPatchResponseArgs

Labels This property is required. Dictionary<string, string>
The label key-value pairs that you want to patch onto the instance.
Metadata This property is required. Dictionary<string, string>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
Labels This property is required. map[string]string
The label key-value pairs that you want to patch onto the instance.
Metadata This property is required. map[string]string
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels This property is required. Map<String,String>
The label key-value pairs that you want to patch onto the instance.
metadata This property is required. Map<String,String>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels This property is required. {[key: string]: string}
The label key-value pairs that you want to patch onto the instance.
metadata This property is required. {[key: string]: string}
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels This property is required. Mapping[str, str]
The label key-value pairs that you want to patch onto the instance.
metadata This property is required. Mapping[str, str]
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
labels This property is required. Map<String>
The label key-value pairs that you want to patch onto the instance.
metadata This property is required. Map<String>
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.

NamedPort
, NamedPortArgs

Name string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
Port int
The port number, which can be a value between 1 and 65535.
Name string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
Port int
The port number, which can be a value between 1 and 65535.
name String
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port Integer
The port number, which can be a value between 1 and 65535.
name string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port number
The port number, which can be a value between 1 and 65535.
name str
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port int
The port number, which can be a value between 1 and 65535.
name String
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port Number
The port number, which can be a value between 1 and 65535.

NamedPortResponse
, NamedPortResponseArgs

Name This property is required. string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
Port This property is required. int
The port number, which can be a value between 1 and 65535.
Name This property is required. string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
Port This property is required. int
The port number, which can be a value between 1 and 65535.
name This property is required. String
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port This property is required. Integer
The port number, which can be a value between 1 and 65535.
name This property is required. string
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port This property is required. number
The port number, which can be a value between 1 and 65535.
name This property is required. str
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port This property is required. int
The port number, which can be a value between 1 and 65535.
name This property is required. String
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
port This property is required. Number
The port number, which can be a value between 1 and 65535.

RegionInstanceGroupManagerFailoverAction
, RegionInstanceGroupManagerFailoverActionArgs

NoFailover
NO_FAILOVER
Unknown
UNKNOWN
RegionInstanceGroupManagerFailoverActionNoFailover
NO_FAILOVER
RegionInstanceGroupManagerFailoverActionUnknown
UNKNOWN
NoFailover
NO_FAILOVER
Unknown
UNKNOWN
NoFailover
NO_FAILOVER
Unknown
UNKNOWN
NO_FAILOVER
NO_FAILOVER
UNKNOWN
UNKNOWN
"NO_FAILOVER"
NO_FAILOVER
"UNKNOWN"
UNKNOWN

RegionInstanceGroupManagerListManagedInstancesResults
, RegionInstanceGroupManagerListManagedInstancesResultsArgs

Pageless
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
Paginated
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
RegionInstanceGroupManagerListManagedInstancesResultsPageless
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
RegionInstanceGroupManagerListManagedInstancesResultsPaginated
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
Pageless
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
Paginated
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
Pageless
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
Paginated
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
PAGELESS
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
PAGINATED
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
"PAGELESS"
PAGELESS(Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
"PAGINATED"
PAGINATEDPagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.

RegionInstanceGroupManagerTargetSizeUnit
, RegionInstanceGroupManagerTargetSizeUnitArgs

Instance
INSTANCE[Default] TargetSize is the target number of instances.
Vcpu
VCPUTargetSize is the target count of vCPUs of VMs.
RegionInstanceGroupManagerTargetSizeUnitInstance
INSTANCE[Default] TargetSize is the target number of instances.
RegionInstanceGroupManagerTargetSizeUnitVcpu
VCPUTargetSize is the target count of vCPUs of VMs.
Instance
INSTANCE[Default] TargetSize is the target number of instances.
Vcpu
VCPUTargetSize is the target count of vCPUs of VMs.
Instance
INSTANCE[Default] TargetSize is the target number of instances.
Vcpu
VCPUTargetSize is the target count of vCPUs of VMs.
INSTANCE
INSTANCE[Default] TargetSize is the target number of instances.
VCPU
VCPUTargetSize is the target count of vCPUs of VMs.
"INSTANCE"
INSTANCE[Default] TargetSize is the target number of instances.
"VCPU"
VCPUTargetSize is the target count of vCPUs of VMs.

StatefulPolicy
, StatefulPolicyArgs

StatefulPolicyPreservedState
, StatefulPolicyPreservedStateArgs

Disks Dictionary<string, string>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
ExternalIPs Dictionary<string, string>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
InternalIPs Dictionary<string, string>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
Disks map[string]string
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
ExternalIPs map[string]string
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
InternalIPs map[string]string
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks Map<String,String>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs Map<String,String>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs Map<String,String>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks {[key: string]: string}
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs {[key: string]: string}
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs {[key: string]: string}
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks Mapping[str, str]
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
external_ips Mapping[str, str]
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internal_ips Mapping[str, str]
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks Map<String>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs Map<String>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs Map<String>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

StatefulPolicyPreservedStateResponse
, StatefulPolicyPreservedStateResponseArgs

Disks This property is required. Dictionary<string, string>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
ExternalIPs This property is required. Dictionary<string, string>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
InternalIPs This property is required. Dictionary<string, string>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
Disks This property is required. map[string]string
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
ExternalIPs This property is required. map[string]string
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
InternalIPs This property is required. map[string]string
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks This property is required. Map<String,String>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs This property is required. Map<String,String>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs This property is required. Map<String,String>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks This property is required. {[key: string]: string}
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs This property is required. {[key: string]: string}
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs This property is required. {[key: string]: string}
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks This property is required. Mapping[str, str]
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
external_ips This property is required. Mapping[str, str]
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internal_ips This property is required. Mapping[str, str]
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
disks This property is required. Map<String>
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
externalIPs This property is required. Map<String>
External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.
internalIPs This property is required. Map<String>
Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

StatefulPolicyResponse
, StatefulPolicyResponseArgs

preservedState This property is required. Property Map

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0