Interface GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.470Z") @Stability(Stable) public interface GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock.Builderstatic classGkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock.Jsii$ProxyAn implementation forGkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock.Builderbuilder()default StringgetGateway()The network gateway used by the VMware User Cluster.default ObjectgetIps()ips block.default StringgetNetmask()The netmask used by the VMware User Cluster.
-
-
-
Method Detail
-
getGateway
@Stability(Stable) @Nullable default String getGateway()
The network gateway used by the VMware User Cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#gateway GkeonpremVmwareCluster#gateway}
-
getIps
@Stability(Stable) @Nullable default Object getIps()
ips block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#ips GkeonpremVmwareCluster#ips}
-
getNetmask
@Stability(Stable) @Nullable default String getNetmask()
The netmask used by the VMware User Cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#netmask GkeonpremVmwareCluster#netmask}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock.Builder builder()
-
-