Class NetappVolumeBackupConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeBackupConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeBackupConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeBackupConfig
@Stability(Stable) @Internal public static final class NetappVolumeBackupConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeBackupConfig
An implementation forNetappVolumeBackupConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeBackupConfig
NetappVolumeBackupConfig.Builder, NetappVolumeBackupConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeBackupConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeBackupConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getBackupPolicies()Specify a single backup policy ID for scheduled backups.StringgetBackupVault()ID of the backup vault to use.ObjectgetScheduledBackupEnabled()When set to true, scheduled backup is enabled on the volume.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(NetappVolumeBackupConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeBackupConfig.Builder.
-
-
Method Detail
-
getBackupPolicies
public final List<String> getBackupPolicies()
Description copied from interface:NetappVolumeBackupConfigSpecify 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:
getBackupPoliciesin interfaceNetappVolumeBackupConfig
-
getBackupVault
public final String getBackupVault()
Description copied from interface:NetappVolumeBackupConfigID 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:
getBackupVaultin interfaceNetappVolumeBackupConfig
-
getScheduledBackupEnabled
public final Object getScheduledBackupEnabled()
Description copied from interface:NetappVolumeBackupConfigWhen 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:
getScheduledBackupEnabledin interfaceNetappVolumeBackupConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-