| Package | Description |
|---|---|
| com.vmware.nsx.lldp.fabric_nodes | |
| com.vmware.nsx.lldp.transport_nodes | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String fabricNodeId) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String fabricNodeId)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesStub.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback) |
void |
Interfaces.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
void |
InterfacesStub.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Interfaces.list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String nodeId) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String nodeId)
List LLDP Neighbor Properties for all interfaces of Transport Node
|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Transport Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesStub.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback) |
void |
Interfaces.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
List LLDP Neighbor Properties for all interfaces of Transport Node
|
void |
InterfacesStub.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Interfaces.list(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Transport Node
|
| Modifier and Type | Method and Description |
|---|---|
static InterfaceNeighborPropertyListResult |
InterfaceNeighborPropertyListResult._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 InterfaceNeighborPropertyListResult |
InterfaceNeighborPropertyListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
InterfaceNeighborPropertyListResult |
InterfaceNeighborPropertyListResult.Builder.build() |