Class NetappVolumeSnapshotPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeSnapshotPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeSnapshotPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeSnapshotPolicy
@Stability(Stable) @Internal public static final class NetappVolumeSnapshotPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeSnapshotPolicy
An implementation forNetappVolumeSnapshotPolicy
-
-
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.NetappVolumeSnapshotPolicy
NetappVolumeSnapshotPolicy.Builder, NetappVolumeSnapshotPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeSnapshotPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicy.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)NetappVolumeSnapshotPolicyDailySchedulegetDailySchedule()daily_schedule block.ObjectgetEnabled()Enables automated snapshot creation according to defined schedule.NetappVolumeSnapshotPolicyHourlySchedulegetHourlySchedule()hourly_schedule block.NetappVolumeSnapshotPolicyMonthlySchedulegetMonthlySchedule()monthly_schedule block.NetappVolumeSnapshotPolicyWeeklySchedulegetWeeklySchedule()weekly_schedule block.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(NetappVolumeSnapshotPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicy.Builder.
-
-
Method Detail
-
getDailySchedule
public final NetappVolumeSnapshotPolicyDailySchedule getDailySchedule()
Description copied from interface:NetappVolumeSnapshotPolicydaily_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#daily_schedule NetappVolume#daily_schedule}
- Specified by:
getDailySchedulein interfaceNetappVolumeSnapshotPolicy
-
getEnabled
public final Object getEnabled()
Description copied from interface:NetappVolumeSnapshotPolicyEnables automated snapshot creation according to defined schedule.Default is false. To disable automatic snapshot creation you have to remove the whole snapshot_policy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#enabled NetappVolume#enabled}
- Specified by:
getEnabledin interfaceNetappVolumeSnapshotPolicy
-
getHourlySchedule
public final NetappVolumeSnapshotPolicyHourlySchedule getHourlySchedule()
Description copied from interface:NetappVolumeSnapshotPolicyhourly_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#hourly_schedule NetappVolume#hourly_schedule}
- Specified by:
getHourlySchedulein interfaceNetappVolumeSnapshotPolicy
-
getMonthlySchedule
public final NetappVolumeSnapshotPolicyMonthlySchedule getMonthlySchedule()
Description copied from interface:NetappVolumeSnapshotPolicymonthly_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#monthly_schedule NetappVolume#monthly_schedule}
- Specified by:
getMonthlySchedulein interfaceNetappVolumeSnapshotPolicy
-
getWeeklySchedule
public final NetappVolumeSnapshotPolicyWeeklySchedule getWeeklySchedule()
Description copied from interface:NetappVolumeSnapshotPolicyweekly_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#weekly_schedule NetappVolume#weekly_schedule}
- Specified by:
getWeeklySchedulein interfaceNetappVolumeSnapshotPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-