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