Interface GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.479Z") @Stability(Stable) public interface GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps.Builderstatic classGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps.Jsii$ProxyAn implementation forGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps.Builderbuilder()default StringgetHostname()Hostname of the machine.StringgetIp()IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).
-
-
-
Method Detail
-
getIp
@Stability(Stable) @NotNull String getIp()
IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#ip GkeonpremVmwareCluster#ip}
-
getHostname
@Stability(Stable) @Nullable default String getHostname()
Hostname of the machine. VM's name will be used if this field is empty.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#hostname GkeonpremVmwareCluster#hostname}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps.Builder builder()
-
-