Class DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.database_migration_service_connection_profile.DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
-
- 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:20.545Z") @Stability(Stable) public class DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference 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 DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksListgetAuthorizedNetworks()ObjectgetAuthorizedNetworksInput()ObjectgetEnableIpv4()ObjectgetEnableIpv4Input()DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfiggetInternalValue()StringgetPrivateNetwork()StringgetPrivateNetworkInput()ObjectgetRequireSsl()ObjectgetRequireSslInput()voidputAuthorizedNetworks(Object value)voidresetAuthorizedNetworks()voidresetEnableIpv4()voidresetPrivateNetwork()voidresetRequireSsl()voidsetEnableIpv4(com.hashicorp.cdktf.IResolvable value)voidsetEnableIpv4(Boolean value)voidsetInternalValue(DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig value)voidsetPrivateNetwork(String value)voidsetRequireSsl(com.hashicorp.cdktf.IResolvable value)voidsetRequireSsl(Boolean 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
-
DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
protected DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
protected DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference
@Stability(Stable) public DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigOutputReference(@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
-
putAuthorizedNetworks
@Stability(Stable) public void putAuthorizedNetworks(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAuthorizedNetworks
@Stability(Stable) public void resetAuthorizedNetworks()
-
resetEnableIpv4
@Stability(Stable) public void resetEnableIpv4()
-
resetPrivateNetwork
@Stability(Stable) public void resetPrivateNetwork()
-
resetRequireSsl
@Stability(Stable) public void resetRequireSsl()
-
getAuthorizedNetworks
@Stability(Stable) @NotNull public DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworksList getAuthorizedNetworks()
-
getAuthorizedNetworksInput
@Stability(Stable) @Nullable public Object getAuthorizedNetworksInput()
-
getEnableIpv4Input
@Stability(Stable) @Nullable public Object getEnableIpv4Input()
-
getPrivateNetworkInput
@Stability(Stable) @Nullable public String getPrivateNetworkInput()
-
getRequireSslInput
@Stability(Stable) @Nullable public Object getRequireSslInput()
-
getEnableIpv4
@Stability(Stable) @NotNull public Object getEnableIpv4()
-
setEnableIpv4
@Stability(Stable) public void setEnableIpv4(@NotNull Boolean value)
-
setEnableIpv4
@Stability(Stable) public void setEnableIpv4(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getPrivateNetwork
@Stability(Stable) @NotNull public String getPrivateNetwork()
-
setPrivateNetwork
@Stability(Stable) public void setPrivateNetwork(@NotNull String value)
-
getRequireSsl
@Stability(Stable) @NotNull public Object getRequireSsl()
-
setRequireSsl
@Stability(Stable) public void setRequireSsl(@NotNull Boolean value)
-
setRequireSsl
@Stability(Stable) public void setRequireSsl(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig value)
-
-