Class ContainerClusterPrivateClusterConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterPrivateClusterConfigOutputReference
-
- 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:19.282Z") @Stability(Stable) public class ContainerClusterPrivateClusterConfigOutputReference 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 ContainerClusterPrivateClusterConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedContainerClusterPrivateClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedContainerClusterPrivateClusterConfigOutputReference(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
-
ContainerClusterPrivateClusterConfigOutputReference
protected ContainerClusterPrivateClusterConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ContainerClusterPrivateClusterConfigOutputReference
protected ContainerClusterPrivateClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ContainerClusterPrivateClusterConfigOutputReference
@Stability(Stable) public ContainerClusterPrivateClusterConfigOutputReference(@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
-
putMasterGlobalAccessConfig
@Stability(Stable) public void putMasterGlobalAccessConfig(@NotNull ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig value)- Parameters:
value- This parameter is required.
-
resetEnablePrivateEndpoint
@Stability(Stable) public void resetEnablePrivateEndpoint()
-
resetEnablePrivateNodes
@Stability(Stable) public void resetEnablePrivateNodes()
-
resetMasterGlobalAccessConfig
@Stability(Stable) public void resetMasterGlobalAccessConfig()
-
resetMasterIpv4CidrBlock
@Stability(Stable) public void resetMasterIpv4CidrBlock()
-
resetPrivateEndpointSubnetwork
@Stability(Stable) public void resetPrivateEndpointSubnetwork()
-
getMasterGlobalAccessConfig
@Stability(Stable) @NotNull public ContainerClusterPrivateClusterConfigMasterGlobalAccessConfigOutputReference getMasterGlobalAccessConfig()
-
getPeeringName
@Stability(Stable) @NotNull public String getPeeringName()
-
getPrivateEndpoint
@Stability(Stable) @NotNull public String getPrivateEndpoint()
-
getPublicEndpoint
@Stability(Stable) @NotNull public String getPublicEndpoint()
-
getEnablePrivateEndpointInput
@Stability(Stable) @Nullable public Object getEnablePrivateEndpointInput()
-
getEnablePrivateNodesInput
@Stability(Stable) @Nullable public Object getEnablePrivateNodesInput()
-
getMasterGlobalAccessConfigInput
@Stability(Stable) @Nullable public ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig getMasterGlobalAccessConfigInput()
-
getMasterIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getMasterIpv4CidrBlockInput()
-
getPrivateEndpointSubnetworkInput
@Stability(Stable) @Nullable public String getPrivateEndpointSubnetworkInput()
-
getEnablePrivateEndpoint
@Stability(Stable) @NotNull public Object getEnablePrivateEndpoint()
-
setEnablePrivateEndpoint
@Stability(Stable) public void setEnablePrivateEndpoint(@NotNull Boolean value)
-
setEnablePrivateEndpoint
@Stability(Stable) public void setEnablePrivateEndpoint(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnablePrivateNodes
@Stability(Stable) @NotNull public Object getEnablePrivateNodes()
-
setEnablePrivateNodes
@Stability(Stable) public void setEnablePrivateNodes(@NotNull Boolean value)
-
setEnablePrivateNodes
@Stability(Stable) public void setEnablePrivateNodes(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMasterIpv4CidrBlock
@Stability(Stable) @NotNull public String getMasterIpv4CidrBlock()
-
setMasterIpv4CidrBlock
@Stability(Stable) public void setMasterIpv4CidrBlock(@NotNull String value)
-
getPrivateEndpointSubnetwork
@Stability(Stable) @NotNull public String getPrivateEndpointSubnetwork()
-
setPrivateEndpointSubnetwork
@Stability(Stable) public void setPrivateEndpointSubnetwork(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ContainerClusterPrivateClusterConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ContainerClusterPrivateClusterConfig value)
-
-