Class NetappBackupConfig.Jsii$Proxy

  • All Implemented Interfaces:
    NetappBackupConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    NetappBackupConfig

    @Stability(Stable)
    @Internal
    public static final class NetappBackupConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements NetappBackupConfig
    An implementation for NetappBackupConfig
    • 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: NetappBackupConfig
        Location of the backup.

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

        Specified by:
        getLocation in interface NetappBackupConfig
      • getName

        public final String getName()
        Description copied from interface: NetappBackupConfig
        The resource name of the backup. Needs to be unique per location.

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

        Specified by:
        getName in interface NetappBackupConfig
      • getVaultName

        public final String getVaultName()
        Description copied from interface: NetappBackupConfig
        Name of the backup vault to store the backup in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#vault_name NetappBackup#vault_name}

        Specified by:
        getVaultName in interface NetappBackupConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: NetappBackupConfig
        A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.

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

        Specified by:
        getDescription in interface NetappBackupConfig
      • getId

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

        public final Map<String,​String> getLabels()
        Description copied from interface: NetappBackupConfig
        Labels as key value pairs. Example: '{ "owner": "Bob", "department": "finance", "purpose": "testing" }'.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#labels NetappBackup#labels}

        Specified by:
        getLabels in interface NetappBackupConfig
      • getProject

        public final String getProject()
        Description copied from interface: NetappBackupConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#project NetappBackup#project}.
        Specified by:
        getProject in interface NetappBackupConfig
      • getSourceSnapshot

        public final String getSourceSnapshot()
        Description copied from interface: NetappBackupConfig
        If specified, backup will be created from the given snapshot.

        If not specified, there will be a new snapshot taken to initiate the backup creation. Format: 'projects/{{projectId}}/locations/{{location}}/volumes/{{volumename}}/snapshots/{{snapshotname}}'' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#source_snapshot NetappBackup#source_snapshot}

        Specified by:
        getSourceSnapshot in interface NetappBackupConfig
      • getSourceVolume

        public final String getSourceVolume()
        Description copied from interface: NetappBackupConfig
        ID of volumes this backup belongs to. Format: 'projects/{{projects_id}}/locations/{{location}}/volumes/{{name}}''.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#source_volume NetappBackup#source_volume}

        Specified by:
        getSourceVolume in interface NetappBackupConfig
      • getTimeouts

        public final NetappBackupTimeouts getTimeouts()
        Description copied from interface: NetappBackupConfig
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_backup#timeouts NetappBackup#timeouts}

        Specified by:
        getTimeouts in interface NetappBackupConfig
      • 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