Class NetappVolumeSnapshotPolicyMonthlySchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeSnapshotPolicyMonthlySchedule.Jsii$Proxy
-
- All Implemented Interfaces:
NetappVolumeSnapshotPolicyMonthlySchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetappVolumeSnapshotPolicyMonthlySchedule
@Stability(Stable) @Internal public static final class NetappVolumeSnapshotPolicyMonthlySchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetappVolumeSnapshotPolicyMonthlySchedule
An implementation forNetappVolumeSnapshotPolicyMonthlySchedule
-
-
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.NetappVolumeSnapshotPolicyMonthlySchedule
NetappVolumeSnapshotPolicyMonthlySchedule.Builder, NetappVolumeSnapshotPolicyMonthlySchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetappVolumeSnapshotPolicyMonthlySchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyMonthlySchedule.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)StringgetDaysOfMonth()Set the day or days of the month to make a snapshot (1-31).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 monthly 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(NetappVolumeSnapshotPolicyMonthlySchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetappVolumeSnapshotPolicyMonthlySchedule.Builder.
-
-
Method Detail
-
getSnapshotsToKeep
public final Number getSnapshotsToKeep()
Description copied from interface:NetappVolumeSnapshotPolicyMonthlyScheduleThe maximum number of snapshots to keep for the monthly 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 interfaceNetappVolumeSnapshotPolicyMonthlySchedule
-
getDaysOfMonth
public final String getDaysOfMonth()
Description copied from interface:NetappVolumeSnapshotPolicyMonthlyScheduleSet the day or days of the month to make a snapshot (1-31).Accepts a comma separated number of days. Defaults to '1'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume#days_of_month NetappVolume#days_of_month}
- Specified by:
getDaysOfMonthin interfaceNetappVolumeSnapshotPolicyMonthlySchedule
-
getHour
public final Number getHour()
Description copied from interface:NetappVolumeSnapshotPolicyMonthlyScheduleSet 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 interfaceNetappVolumeSnapshotPolicyMonthlySchedule
-
getMinute
public final Number getMinute()
Description copied from interface:NetappVolumeSnapshotPolicyMonthlyScheduleSet 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 interfaceNetappVolumeSnapshotPolicyMonthlySchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-