Class NetappVolumeSnapshotPolicyDailySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeSnapshotPolicyDailySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeSnapshotPolicyDailySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeSnapshotPolicyDailySchedule
@Stability(Stable) @Internal public static final class NetappVolumeSnapshotPolicyDailySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeSnapshotPolicyDailySchedule
An implementation forNetappVolumeSnapshotPolicyDailySchedule
-
-
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.NetappVolumeSnapshotPolicyDailySchedule
NetappVolumeSnapshotPolicyDailySchedule.Builder, NetappVolumeSnapshotPolicyDailySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeSnapshotPolicyDailySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyDailySchedule.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)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 daily 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(NetappVolumeSnapshotPolicyDailySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyDailySchedule.Builder.
-
-
Method Detail
-
getSnapshotsToKeep
public final Number getSnapshotsToKeep()
Description copied from interface:NetappVolumeSnapshotPolicyDailyScheduleThe maximum number of snapshots to keep for the daily 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 interfaceNetappVolumeSnapshotPolicyDailySchedule
-
getHour
public final Number getHour()
Description copied from interface:NetappVolumeSnapshotPolicyDailyScheduleSet 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 interfaceNetappVolumeSnapshotPolicyDailySchedule
-
getMinute
public final Number getMinute()
Description copied from interface:NetappVolumeSnapshotPolicyDailyScheduleSet 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 interfaceNetappVolumeSnapshotPolicyDailySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-