| Package | Description |
|---|---|
| com.vmware.nsx.lldp.fabric_nodes | |
| com.vmware.nsx.lldp.transport_nodes | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborProperties |
InterfacesStub.get(java.lang.String fabricNodeId,
java.lang.String interfaceName) |
InterfaceNeighborProperties |
Interfaces.get(java.lang.String fabricNodeId,
java.lang.String interfaceName)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
InterfaceNeighborProperties |
InterfacesStub.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InterfaceNeighborProperties |
Interfaces.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesStub.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback) |
void |
Interfaces.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
void |
InterfacesStub.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Interfaces.get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborProperties |
InterfacesStub.get(java.lang.String nodeId,
java.lang.String interfaceName) |
InterfaceNeighborProperties |
Interfaces.get(java.lang.String nodeId,
java.lang.String interfaceName)
Read LLDP Neighbor Properties for a specific interface of Transport Node
|
InterfaceNeighborProperties |
InterfacesStub.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InterfaceNeighborProperties |
Interfaces.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Transport Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesStub.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback) |
void |
Interfaces.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
Read LLDP Neighbor Properties for a specific interface of Transport Node
|
void |
InterfacesStub.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Interfaces.get(java.lang.String nodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Transport Node
|
| Modifier and Type | Method and Description |
|---|---|
static InterfaceNeighborProperties |
InterfaceNeighborProperties._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 InterfaceNeighborProperties |
InterfaceNeighborProperties._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
InterfaceNeighborProperties |
InterfaceNeighborProperties.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InterfaceNeighborProperties> |
PortConnectionHypervisor.getNeighborsList() |
java.util.List<InterfaceNeighborProperties> |
InterfaceNeighborPropertyListResult.getResults()
Interface neighbor property results
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortConnectionHypervisor.setNeighborsList(java.util.List<InterfaceNeighborProperties> neighborsList) |
PortConnectionHypervisor.Builder |
PortConnectionHypervisor.Builder.setNeighborsList(java.util.List<InterfaceNeighborProperties> neighborsList) |
void |
InterfaceNeighborPropertyListResult.setResults(java.util.List<InterfaceNeighborProperties> results)
Interface neighbor property results
|
InterfaceNeighborPropertyListResult.Builder |
InterfaceNeighborPropertyListResult.Builder.setResults(java.util.List<InterfaceNeighborProperties> results)
Interface neighbor property results
|