| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId)
List LLDP Neighbor Properties of given Node
|
InterfaceNeighborPropertyListResult |
InterfacesStub.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InterfaceNeighborPropertyListResult |
Interfaces.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties of given Node
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfacesStub.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback) |
void |
Interfaces.list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
List LLDP Neighbor Properties of given Node
|
void |
InterfacesStub.list(java.lang.String siteId,
java.lang.String enforcementPointId,
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 siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties of given 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() |