Class ComputePerInstanceConfigConfig.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getInstanceGroupManager

        public final String getInstanceGroupManager()
        Description copied from interface: ComputePerInstanceConfigConfig
        The instance group manager this instance config is part of.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#instance_group_manager ComputePerInstanceConfig#instance_group_manager}

        Specified by:
        getInstanceGroupManager in interface ComputePerInstanceConfigConfig
      • getName

        public final String getName()
        Description copied from interface: ComputePerInstanceConfigConfig
        The name for this per-instance config and its corresponding instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#name ComputePerInstanceConfig#name}

        Specified by:
        getName in interface ComputePerInstanceConfigConfig
      • getId

        public final String getId()
        Description copied from interface: ComputePerInstanceConfigConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#id ComputePerInstanceConfig#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface ComputePerInstanceConfigConfig
      • getMinimalAction

        public final String getMinimalAction()
        Description copied from interface: ComputePerInstanceConfigConfig
        The minimal action to perform on the instance during an update.

        Default is 'NONE'. Possible values are: * REPLACE * RESTART * REFRESH * NONE Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#minimal_action ComputePerInstanceConfig#minimal_action}

        Specified by:
        getMinimalAction in interface ComputePerInstanceConfigConfig
      • getMostDisruptiveAllowedAction

        public final String getMostDisruptiveAllowedAction()
        Description copied from interface: ComputePerInstanceConfigConfig
        The most disruptive action to perform on the instance during an update.

        Default is 'REPLACE'. Possible values are: * REPLACE * RESTART * REFRESH * NONE Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#most_disruptive_allowed_action ComputePerInstanceConfig#most_disruptive_allowed_action}

        Specified by:
        getMostDisruptiveAllowedAction in interface ComputePerInstanceConfigConfig
      • getRemoveInstanceOnDestroy

        public final Object getRemoveInstanceOnDestroy()
        Description copied from interface: ComputePerInstanceConfigConfig
        When true, deleting this config will immediately remove the underlying instance.

        When false, deleting this config will use the behavior as determined by remove_instance_on_destroy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#remove_instance_on_destroy ComputePerInstanceConfig#remove_instance_on_destroy}

        Specified by:
        getRemoveInstanceOnDestroy in interface ComputePerInstanceConfigConfig
      • getRemoveInstanceStateOnDestroy

        public final Object getRemoveInstanceStateOnDestroy()
        Description copied from interface: ComputePerInstanceConfigConfig
        When true, deleting this config will immediately remove any specified state from the underlying instance.

        When false, deleting this config will *not* immediately remove any state from the underlying instance. State will be removed on the next instance recreation or update. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#remove_instance_state_on_destroy ComputePerInstanceConfig#remove_instance_state_on_destroy}

        Specified by:
        getRemoveInstanceStateOnDestroy in interface ComputePerInstanceConfigConfig
      • getZone

        public final String getZone()
        Description copied from interface: ComputePerInstanceConfigConfig
        Zone where the containing instance group manager is located.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#zone ComputePerInstanceConfig#zone}

        Specified by:
        getZone in interface ComputePerInstanceConfigConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object