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

      • getBackupPolicies

        public final List<String> getBackupPolicies()
        Description copied from interface: NetappVolumeBackupConfig
        Specify a single backup policy ID for scheduled backups. Format: 'projects/{{projectId}}/locations/{{location}}/backupPolicies/{{backupPolicyName}}'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#backup_policies NetappVolume#backup_policies}

        Specified by:
        getBackupPolicies in interface NetappVolumeBackupConfig
      • getBackupVault

        public final String getBackupVault()
        Description copied from interface: NetappVolumeBackupConfig
        ID of the backup vault to use. A backup vault is reqired to create manual or scheduled backups. Format: 'projects/{{projectId}}/locations/{{location}}/backupVaults/{{backupVaultName}}'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#backup_vault NetappVolume#backup_vault}

        Specified by:
        getBackupVault in interface NetappVolumeBackupConfig
      • getScheduledBackupEnabled

        public final Object getScheduledBackupEnabled()
        Description copied from interface: NetappVolumeBackupConfig
        When set to true, scheduled backup is enabled on the volume. Omit if no backup_policy is specified.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#scheduled_backup_enabled NetappVolume#scheduled_backup_enabled}

        Specified by:
        getScheduledBackupEnabled in interface NetappVolumeBackupConfig
      • $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