| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra.segments | |
| com.vmware.nsx_global_policy.global_infra.tier_1s.segments | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentPort |
PortsStub.get(java.lang.String segmentId,
java.lang.String portId) |
SegmentPort |
Ports.get(java.lang.String segmentId,
java.lang.String portId)
Get detail information on an infra segment port by giving ID.
|
SegmentPort |
PortsStub.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SegmentPort |
Ports.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortsStub.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback)
Get detail information on an infra segment port by giving ID.
|
void |
PortsStub.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Ports.get(java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentPort |
PortsStub.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId) |
SegmentPort |
Ports.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId)
Get detail information on a Tier-1 segment port by giving ID.
|
SegmentPort |
PortsStub.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SegmentPort |
Ports.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortsStub.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
PortsStub.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Ports.get(java.lang.String tier1Id,
java.lang.String segmentId,
java.lang.String portId,
com.vmware.vapi.bindings.client.AsyncCallback<SegmentPort> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
| Modifier and Type | Method and Description |
|---|---|
static SegmentPort |
SegmentPort._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 SegmentPort |
SegmentPort._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SegmentPort |
SegmentPort.Builder.build() |
SegmentPort |
ChildSegmentPort.getSegmentPort() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SegmentPort> |
SegmentPortListResult.getResults()
Place holder for the list result
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildSegmentPort.setSegmentPort(SegmentPort segmentPort) |
ChildSegmentPort.Builder |
ChildSegmentPort.Builder.setSegmentPort(SegmentPort segmentPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentPortListResult.setResults(java.util.List<SegmentPort> results)
Place holder for the list result
|
SegmentPortListResult.Builder |
SegmentPortListResult.Builder.setResults(java.util.List<SegmentPort> results)
Place holder for the list result
|