Package | Description |
---|---|
com.vmware.vcenter.namespace_management.networks | |
com.vmware.vcenter.namespace_management.networks.edges |
The
com.vmware.vcenter.namespace_management.networks.edges package
provides interfaces and classes to manage NSX Edge resources. |
Modifier and Type | Method and Description |
---|---|
static IPRange |
IPRange._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 IPRange |
IPRange._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IPRange |
IPRange.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IPRange> |
IPAssignment.getRanges()
IPAssignment.getRanges()
lists the available IP addresses that can be consumed by Supervisor to run the
cluster. |
Modifier and Type | Method and Description |
---|---|
void |
IPAssignment.setRanges(java.util.List<IPRange> ranges)
IPAssignment.getRanges()
lists the available IP addresses that can be consumed by Supervisor to run the
cluster. |
Constructor and Description |
---|
Builder(java.util.List<IPRange> ranges)
Constructor with parameters for the required properties of
IPAssignment . |
Modifier and Type | Method and Description |
---|---|
java.util.List<IPRange> |
NSXConfig.getEgressIPRanges()
NSXConfig.getEgressIPRanges()
lists the IP Ranges from which NSX assigns IP addresses used for performing SNAT
from container IPs to external IPs. |
java.util.List<IPRange> |
Edge.getLoadBalancerAddressRanges()
Edge.getLoadBalancerAddressRanges()
defines the list of addresses that a load balancer can consume to publish
Kubernetes services. |
Modifier and Type | Method and Description |
---|---|
void |
NSXConfig.setEgressIPRanges(java.util.List<IPRange> egressIPRanges)
NSXConfig.getEgressIPRanges()
lists the IP Ranges from which NSX assigns IP addresses used for performing SNAT
from container IPs to external IPs. |
NSXConfig.Builder |
NSXConfig.Builder.setEgressIPRanges(java.util.List<IPRange> egressIPRanges)
NSXConfig.getEgressIPRanges()
lists the IP Ranges from which NSX assigns IP addresses used for performing SNAT
from container IPs to external IPs. |
void |
Edge.setLoadBalancerAddressRanges(java.util.List<IPRange> loadBalancerAddressRanges)
Edge.getLoadBalancerAddressRanges()
defines the list of addresses that a load balancer can consume to publish
Kubernetes services. |
Edge.Builder |
Edge.Builder.setLoadBalancerAddressRanges(java.util.List<IPRange> loadBalancerAddressRanges)
Edge.getLoadBalancerAddressRanges()
defines the list of addresses that a load balancer can consume to publish
Kubernetes services. |