Package | Description |
---|---|
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 | Field and Description |
---|---|
static NSXRoutingMode |
NSXRoutingMode.NAT
NAT uses
network address translation and the NSXConfig.getEgressIPRanges()
to route traffic out of the cluster. |
static NSXRoutingMode |
NSXRoutingMode.ROUTED
ROUTED
configures NSX-T to route directly to Pods cluster IP addresses. |
Modifier and Type | Method and Description |
---|---|
NSXRoutingMode |
NSXConfig.getRoutingMode()
NSXConfig.getRoutingMode()
enables the network topology in either NAT mode or Routed Mode. |
static NSXRoutingMode |
NSXRoutingMode.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static NSXRoutingMode[] |
NSXRoutingMode.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
NSXConfig.setRoutingMode(NSXRoutingMode routingMode)
NSXConfig.getRoutingMode()
enables the network topology in either NAT mode or Routed Mode. |
NSXConfig.Builder |
NSXConfig.Builder.setRoutingMode(NSXRoutingMode routingMode)
NSXConfig.getRoutingMode()
enables the network topology in either NAT mode or Routed Mode. |