| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static IPSubnet |
IPSubnet._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static IPSubnet |
IPSubnet._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IPSubnet |
IPSubnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IPSubnet> |
VsphereClusterNodeVMDeploymentConfig.getManagementPortIpv6Subnets()
IPv6 Address and subnet configuration for the management port.
|
java.util.List<IPSubnet> |
VsphereClusterNodeVMDeploymentConfig.getManagementPortSubnets()
IPv4 Address and subnet configuration for the management port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VsphereClusterNodeVMDeploymentConfig.setManagementPortIpv6Subnets(java.util.List<IPSubnet> managementPortIpv6Subnets)
IPv6 Address and subnet configuration for the management port.
|
VsphereClusterNodeVMDeploymentConfig.Builder |
VsphereClusterNodeVMDeploymentConfig.Builder.setManagementPortIpv6Subnets(java.util.List<IPSubnet> managementPortIpv6Subnets)
IPv6 Address and subnet configuration for the management port.
|
void |
VsphereClusterNodeVMDeploymentConfig.setManagementPortSubnets(java.util.List<IPSubnet> managementPortSubnets)
IPv4 Address and subnet configuration for the management port.
|
VsphereClusterNodeVMDeploymentConfig.Builder |
VsphereClusterNodeVMDeploymentConfig.Builder.setManagementPortSubnets(java.util.List<IPSubnet> managementPortSubnets)
IPv4 Address and subnet configuration for the management port.
|