Class GkeonpremVmwareClusterNetworkConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterNetworkConfigOutputReference
-
- 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.478Z") @Stability(Stable) public class GkeonpremVmwareClusterNetworkConfigOutputReference 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 GkeonpremVmwareClusterNetworkConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeonpremVmwareClusterNetworkConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeonpremVmwareClusterNetworkConfigOutputReference(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
-
GkeonpremVmwareClusterNetworkConfigOutputReference
protected GkeonpremVmwareClusterNetworkConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeonpremVmwareClusterNetworkConfigOutputReference
protected GkeonpremVmwareClusterNetworkConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeonpremVmwareClusterNetworkConfigOutputReference
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigOutputReference(@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
-
putControlPlaneV2Config
@Stability(Stable) public void putControlPlaneV2Config(@NotNull GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config value)- Parameters:
value- This parameter is required.
-
putDhcpIpConfig
@Stability(Stable) public void putDhcpIpConfig(@NotNull GkeonpremVmwareClusterNetworkConfigDhcpIpConfig value)- Parameters:
value- This parameter is required.
-
putHostConfig
@Stability(Stable) public void putHostConfig(@NotNull GkeonpremVmwareClusterNetworkConfigHostConfig value)- Parameters:
value- This parameter is required.
-
putStaticIpConfig
@Stability(Stable) public void putStaticIpConfig(@NotNull GkeonpremVmwareClusterNetworkConfigStaticIpConfig value)- Parameters:
value- This parameter is required.
-
resetControlPlaneV2Config
@Stability(Stable) public void resetControlPlaneV2Config()
-
resetDhcpIpConfig
@Stability(Stable) public void resetDhcpIpConfig()
-
resetHostConfig
@Stability(Stable) public void resetHostConfig()
-
resetStaticIpConfig
@Stability(Stable) public void resetStaticIpConfig()
-
resetVcenterNetwork
@Stability(Stable) public void resetVcenterNetwork()
-
getControlPlaneV2Config
@Stability(Stable) @NotNull public GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigOutputReference getControlPlaneV2Config()
-
getDhcpIpConfig
@Stability(Stable) @NotNull public GkeonpremVmwareClusterNetworkConfigDhcpIpConfigOutputReference getDhcpIpConfig()
-
getHostConfig
@Stability(Stable) @NotNull public GkeonpremVmwareClusterNetworkConfigHostConfigOutputReference getHostConfig()
-
getStaticIpConfig
@Stability(Stable) @NotNull public GkeonpremVmwareClusterNetworkConfigStaticIpConfigOutputReference getStaticIpConfig()
-
getControlPlaneV2ConfigInput
@Stability(Stable) @Nullable public GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config getControlPlaneV2ConfigInput()
-
getDhcpIpConfigInput
@Stability(Stable) @Nullable public GkeonpremVmwareClusterNetworkConfigDhcpIpConfig getDhcpIpConfigInput()
-
getHostConfigInput
@Stability(Stable) @Nullable public GkeonpremVmwareClusterNetworkConfigHostConfig getHostConfigInput()
-
getPodAddressCidrBlocksInput
@Stability(Stable) @Nullable public List<String> getPodAddressCidrBlocksInput()
-
getServiceAddressCidrBlocksInput
@Stability(Stable) @Nullable public List<String> getServiceAddressCidrBlocksInput()
-
getStaticIpConfigInput
@Stability(Stable) @Nullable public GkeonpremVmwareClusterNetworkConfigStaticIpConfig getStaticIpConfigInput()
-
getVcenterNetworkInput
@Stability(Stable) @Nullable public String getVcenterNetworkInput()
-
setPodAddressCidrBlocks
@Stability(Stable) public void setPodAddressCidrBlocks(@NotNull List<String> value)
-
getServiceAddressCidrBlocks
@Stability(Stable) @NotNull public List<String> getServiceAddressCidrBlocks()
-
setServiceAddressCidrBlocks
@Stability(Stable) public void setServiceAddressCidrBlocks(@NotNull List<String> value)
-
getVcenterNetwork
@Stability(Stable) @NotNull public String getVcenterNetwork()
-
setVcenterNetwork
@Stability(Stable) public void setVcenterNetwork(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeonpremVmwareClusterNetworkConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeonpremVmwareClusterNetworkConfig value)
-
-