Class NetappVolumeSnapshotPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.netapp_volume.NetappVolumeSnapshotPolicyOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.023Z") @Stability(Stable) public class NetappVolumeSnapshotPolicyOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description NetappVolumeSnapshotPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedNetappVolumeSnapshotPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNetappVolumeSnapshotPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
NetappVolumeSnapshotPolicyOutputReference
protected NetappVolumeSnapshotPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
NetappVolumeSnapshotPolicyOutputReference
protected NetappVolumeSnapshotPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NetappVolumeSnapshotPolicyOutputReference
@Stability(Stable) public NetappVolumeSnapshotPolicyOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putDailySchedule
@Stability(Stable) public void putDailySchedule(@NotNull NetappVolumeSnapshotPolicyDailySchedule value)- Parameters:
value- This parameter is required.
-
putHourlySchedule
@Stability(Stable) public void putHourlySchedule(@NotNull NetappVolumeSnapshotPolicyHourlySchedule value)- Parameters:
value- This parameter is required.
-
putMonthlySchedule
@Stability(Stable) public void putMonthlySchedule(@NotNull NetappVolumeSnapshotPolicyMonthlySchedule value)- Parameters:
value- This parameter is required.
-
putWeeklySchedule
@Stability(Stable) public void putWeeklySchedule(@NotNull NetappVolumeSnapshotPolicyWeeklySchedule value)- Parameters:
value- This parameter is required.
-
resetDailySchedule
@Stability(Stable) public void resetDailySchedule()
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
resetHourlySchedule
@Stability(Stable) public void resetHourlySchedule()
-
resetMonthlySchedule
@Stability(Stable) public void resetMonthlySchedule()
-
resetWeeklySchedule
@Stability(Stable) public void resetWeeklySchedule()
-
getDailySchedule
@Stability(Stable) @NotNull public NetappVolumeSnapshotPolicyDailyScheduleOutputReference getDailySchedule()
-
getHourlySchedule
@Stability(Stable) @NotNull public NetappVolumeSnapshotPolicyHourlyScheduleOutputReference getHourlySchedule()
-
getMonthlySchedule
@Stability(Stable) @NotNull public NetappVolumeSnapshotPolicyMonthlyScheduleOutputReference getMonthlySchedule()
-
getWeeklySchedule
@Stability(Stable) @NotNull public NetappVolumeSnapshotPolicyWeeklyScheduleOutputReference getWeeklySchedule()
-
getDailyScheduleInput
@Stability(Stable) @Nullable public NetappVolumeSnapshotPolicyDailySchedule getDailyScheduleInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getHourlyScheduleInput
@Stability(Stable) @Nullable public NetappVolumeSnapshotPolicyHourlySchedule getHourlyScheduleInput()
-
getMonthlyScheduleInput
@Stability(Stable) @Nullable public NetappVolumeSnapshotPolicyMonthlySchedule getMonthlyScheduleInput()
-
getWeeklyScheduleInput
@Stability(Stable) @Nullable public NetappVolumeSnapshotPolicyWeeklySchedule getWeeklyScheduleInput()
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public NetappVolumeSnapshotPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable NetappVolumeSnapshotPolicy value)
-
-