Class ComputeResizeRequestConfig.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: ComputeResizeRequestConfig
        The name of the managed instance group.

        The name should conform to RFC1035 or be a resource ID. Authorization requires the following IAM permission on the specified resource instanceGroupManager: *compute.instanceGroupManagers.update Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#instance_group_manager ComputeResizeRequest#instance_group_manager}

        Specified by:
        getInstanceGroupManager in interface ComputeResizeRequestConfig
      • getName

        public final String getName()
        Description copied from interface: ComputeResizeRequestConfig
        The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.

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

        Specified by:
        getName in interface ComputeResizeRequestConfig
      • getResizeBy

        public final Number getResizeBy()
        Description copied from interface: ComputeResizeRequestConfig
        The number of instances to be created by this resize request.

        The group's target size will be increased by this number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#resize_by ComputeResizeRequest#resize_by}

        Specified by:
        getResizeBy in interface ComputeResizeRequestConfig
      • getZone

        public final String getZone()
        Description copied from interface: ComputeResizeRequestConfig
        Name of the compute zone scoping this request. Name should conform to RFC1035.

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

        Specified by:
        getZone in interface ComputeResizeRequestConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: ComputeResizeRequestConfig
        An optional description of this resize-request.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#description ComputeResizeRequest#description}

        Specified by:
        getDescription in interface ComputeResizeRequestConfig
      • getId

        public final String getId()
        Description copied from interface: ComputeResizeRequestConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#id ComputeResizeRequest#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 ComputeResizeRequestConfig
      • getProject

        public final String getProject()
        Description copied from interface: ComputeResizeRequestConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resize_request#project ComputeResizeRequest#project}.
        Specified by:
        getProject in interface ComputeResizeRequestConfig
      • 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