Class VmwareenginePrivateCloudConfig.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

      • getLocation

        public final String getLocation()
        Description copied from interface: VmwareenginePrivateCloudConfig
        The location where the PrivateCloud should reside.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#location VmwareenginePrivateCloud#location}

        Specified by:
        getLocation in interface VmwareenginePrivateCloudConfig
      • getName

        public final String getName()
        Description copied from interface: VmwareenginePrivateCloudConfig
        The ID of the PrivateCloud.

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

        Specified by:
        getName in interface VmwareenginePrivateCloudConfig
      • getDeletionDelayHours

        public final Number getDeletionDelayHours()
        Description copied from interface: VmwareenginePrivateCloudConfig
        The number of hours to delay this request.

        You can set this value to an hour between 0 to 8, where setting it to 0 starts the deletion request immediately. If no value is set, a default value is set at the API Level. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#deletion_delay_hours VmwareenginePrivateCloud#deletion_delay_hours}

        Specified by:
        getDeletionDelayHours in interface VmwareenginePrivateCloudConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: VmwareenginePrivateCloudConfig
        User-provided description for this private cloud.

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

        Specified by:
        getDescription in interface VmwareenginePrivateCloudConfig
      • getId

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

        public final Object getSendDeletionDelayHoursIfZero()
        Description copied from interface: VmwareenginePrivateCloudConfig
        While set true, deletion_delay_hours value will be sent in the request even for zero value of the field.

        This field is only useful for setting 0 value to the deletion_delay_hours field. It can be used both alone and together with deletion_delay_hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#send_deletion_delay_hours_if_zero VmwareenginePrivateCloud#send_deletion_delay_hours_if_zero}

        Specified by:
        getSendDeletionDelayHoursIfZero in interface VmwareenginePrivateCloudConfig
      • getType

        public final String getType()
        Description copied from interface: VmwareenginePrivateCloudConfig
        Initial type of the private cloud. Possible values: ["STANDARD", "TIME_LIMITED", "STRETCHED"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#type VmwareenginePrivateCloud#type}

        Specified by:
        getType in interface VmwareenginePrivateCloudConfig
      • 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