Class NetappVolumeSnapshotPolicyWeeklySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeSnapshotPolicyWeeklySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeSnapshotPolicyWeeklySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeSnapshotPolicyWeeklySchedule
@Stability(Stable) @Internal public static final class NetappVolumeSnapshotPolicyWeeklySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeSnapshotPolicyWeeklySchedule
An implementation forNetappVolumeSnapshotPolicyWeeklySchedule
-
-
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.NetappVolumeSnapshotPolicyWeeklySchedule
NetappVolumeSnapshotPolicyWeeklySchedule.Builder, NetappVolumeSnapshotPolicyWeeklySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeSnapshotPolicyWeeklySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyWeeklySchedule.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)StringgetDay()Set the day or days of the week to make a snapshot.NumbergetHour()Set the hour to create the snapshot (0-23), defaults to midnight (0).NumbergetMinute()Set the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).NumbergetSnapshotsToKeep()The maximum number of snapshots to keep for the weekly schedule.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(NetappVolumeSnapshotPolicyWeeklySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyWeeklySchedule.Builder.
-
-
Method Detail
-
getSnapshotsToKeep
public final Number getSnapshotsToKeep()
Description copied from interface:NetappVolumeSnapshotPolicyWeeklyScheduleThe maximum number of snapshots to keep for the weekly schedule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#snapshots_to_keep NetappVolume#snapshots_to_keep}
- Specified by:
getSnapshotsToKeepin interfaceNetappVolumeSnapshotPolicyWeeklySchedule
-
getDay
public final String getDay()
Description copied from interface:NetappVolumeSnapshotPolicyWeeklyScheduleSet the day or days of the week to make a snapshot.Accepts a comma separated days of the week. Defaults to 'Sunday'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#day NetappVolume#day}
- Specified by:
getDayin interfaceNetappVolumeSnapshotPolicyWeeklySchedule
-
getHour
public final Number getHour()
Description copied from interface:NetappVolumeSnapshotPolicyWeeklyScheduleSet the hour to create the snapshot (0-23), defaults to midnight (0).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#hour NetappVolume#hour}
- Specified by:
getHourin interfaceNetappVolumeSnapshotPolicyWeeklySchedule
-
getMinute
public final Number getMinute()
Description copied from interface:NetappVolumeSnapshotPolicyWeeklyScheduleSet the minute of the hour to create the snapshot (0-59), defaults to the top of the hour (0).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#minute NetappVolume#minute}
- Specified by:
getMinutein interfaceNetappVolumeSnapshotPolicyWeeklySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-