Class DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dns_record_set.DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
-
- 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:21.087Z") @Stability(Stable) public class DnsRecordSetRoutingPolicyPrimaryBackupOutputReference 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 DnsRecordSetRoutingPolicyPrimaryBackupOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDnsRecordSetRoutingPolicyPrimaryBackupOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDnsRecordSetRoutingPolicyPrimaryBackupOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoListgetBackupGeo()ObjectgetBackupGeoInput()ObjectgetEnableGeoFencingForBackups()ObjectgetEnableGeoFencingForBackupsInput()DnsRecordSetRoutingPolicyPrimaryBackupgetInternalValue()DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReferencegetPrimary()DnsRecordSetRoutingPolicyPrimaryBackupPrimarygetPrimaryInput()NumbergetTrickleRatio()NumbergetTrickleRatioInput()voidputBackupGeo(Object value)voidputPrimary(DnsRecordSetRoutingPolicyPrimaryBackupPrimary value)voidresetEnableGeoFencingForBackups()voidresetTrickleRatio()voidsetEnableGeoFencingForBackups(com.hashicorp.cdktf.IResolvable value)voidsetEnableGeoFencingForBackups(Boolean value)voidsetInternalValue(DnsRecordSetRoutingPolicyPrimaryBackup value)voidsetTrickleRatio(Number value)-
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
-
DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
protected DnsRecordSetRoutingPolicyPrimaryBackupOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
protected DnsRecordSetRoutingPolicyPrimaryBackupOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
@Stability(Stable) public DnsRecordSetRoutingPolicyPrimaryBackupOutputReference(@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
-
putBackupGeo
@Stability(Stable) public void putBackupGeo(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putPrimary
@Stability(Stable) public void putPrimary(@NotNull DnsRecordSetRoutingPolicyPrimaryBackupPrimary value)- Parameters:
value- This parameter is required.
-
resetEnableGeoFencingForBackups
@Stability(Stable) public void resetEnableGeoFencingForBackups()
-
resetTrickleRatio
@Stability(Stable) public void resetTrickleRatio()
-
getBackupGeo
@Stability(Stable) @NotNull public DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList getBackupGeo()
-
getPrimary
@Stability(Stable) @NotNull public DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference getPrimary()
-
getBackupGeoInput
@Stability(Stable) @Nullable public Object getBackupGeoInput()
-
getEnableGeoFencingForBackupsInput
@Stability(Stable) @Nullable public Object getEnableGeoFencingForBackupsInput()
-
getPrimaryInput
@Stability(Stable) @Nullable public DnsRecordSetRoutingPolicyPrimaryBackupPrimary getPrimaryInput()
-
getTrickleRatioInput
@Stability(Stable) @Nullable public Number getTrickleRatioInput()
-
getEnableGeoFencingForBackups
@Stability(Stable) @NotNull public Object getEnableGeoFencingForBackups()
-
setEnableGeoFencingForBackups
@Stability(Stable) public void setEnableGeoFencingForBackups(@NotNull Boolean value)
-
setEnableGeoFencingForBackups
@Stability(Stable) public void setEnableGeoFencingForBackups(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTrickleRatio
@Stability(Stable) @NotNull public Number getTrickleRatio()
-
setTrickleRatio
@Stability(Stable) public void setTrickleRatio(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public DnsRecordSetRoutingPolicyPrimaryBackup getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DnsRecordSetRoutingPolicyPrimaryBackup value)
-
-