Class DnsRecordSetRoutingPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dns_record_set.DnsRecordSetRoutingPolicyOutputReference
-
- 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.085Z") @Stability(Stable) public class DnsRecordSetRoutingPolicyOutputReference 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 DnsRecordSetRoutingPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDnsRecordSetRoutingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDnsRecordSetRoutingPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnableGeoFencing()ObjectgetEnableGeoFencingInput()DnsRecordSetRoutingPolicyGeoListgetGeo()ObjectgetGeoInput()DnsRecordSetRoutingPolicygetInternalValue()DnsRecordSetRoutingPolicyPrimaryBackupOutputReferencegetPrimaryBackup()DnsRecordSetRoutingPolicyPrimaryBackupgetPrimaryBackupInput()DnsRecordSetRoutingPolicyWrrListgetWrr()ObjectgetWrrInput()voidputGeo(Object value)voidputPrimaryBackup(DnsRecordSetRoutingPolicyPrimaryBackup value)voidputWrr(Object value)voidresetEnableGeoFencing()voidresetGeo()voidresetPrimaryBackup()voidresetWrr()voidsetEnableGeoFencing(com.hashicorp.cdktf.IResolvable value)voidsetEnableGeoFencing(Boolean value)voidsetInternalValue(DnsRecordSetRoutingPolicy 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
-
DnsRecordSetRoutingPolicyOutputReference
protected DnsRecordSetRoutingPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DnsRecordSetRoutingPolicyOutputReference
protected DnsRecordSetRoutingPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DnsRecordSetRoutingPolicyOutputReference
@Stability(Stable) public DnsRecordSetRoutingPolicyOutputReference(@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
-
putGeo
@Stability(Stable) public void putGeo(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putPrimaryBackup
@Stability(Stable) public void putPrimaryBackup(@NotNull DnsRecordSetRoutingPolicyPrimaryBackup value)- Parameters:
value- This parameter is required.
-
putWrr
@Stability(Stable) public void putWrr(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetEnableGeoFencing
@Stability(Stable) public void resetEnableGeoFencing()
-
resetGeo
@Stability(Stable) public void resetGeo()
-
resetPrimaryBackup
@Stability(Stable) public void resetPrimaryBackup()
-
resetWrr
@Stability(Stable) public void resetWrr()
-
getGeo
@Stability(Stable) @NotNull public DnsRecordSetRoutingPolicyGeoList getGeo()
-
getPrimaryBackup
@Stability(Stable) @NotNull public DnsRecordSetRoutingPolicyPrimaryBackupOutputReference getPrimaryBackup()
-
getWrr
@Stability(Stable) @NotNull public DnsRecordSetRoutingPolicyWrrList getWrr()
-
getEnableGeoFencingInput
@Stability(Stable) @Nullable public Object getEnableGeoFencingInput()
-
getGeoInput
@Stability(Stable) @Nullable public Object getGeoInput()
-
getPrimaryBackupInput
@Stability(Stable) @Nullable public DnsRecordSetRoutingPolicyPrimaryBackup getPrimaryBackupInput()
-
getWrrInput
@Stability(Stable) @Nullable public Object getWrrInput()
-
getEnableGeoFencing
@Stability(Stable) @NotNull public Object getEnableGeoFencing()
-
setEnableGeoFencing
@Stability(Stable) public void setEnableGeoFencing(@NotNull Boolean value)
-
setEnableGeoFencing
@Stability(Stable) public void setEnableGeoFencing(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public DnsRecordSetRoutingPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DnsRecordSetRoutingPolicy value)
-
-