Interface GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.479Z") @Stability(Stable) public interface GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builderstatic classGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Jsii$ProxyAn implementation forGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builderbuilder()StringgetGateway()The network gateway used by the VMware User Cluster.ObjectgetIps()ips block.StringgetNetmask()The netmask used by the VMware User Cluster.
-
-
-
Method Detail
-
getGateway
@Stability(Stable) @NotNull 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) @NotNull 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) @NotNull 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 GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder builder()
-
-