Uses of Class
com.vmware.nsx_policy.model.InterfaceNeighborPropertyListResult
-
Packages that use InterfaceNeighborPropertyListResult Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp com.vmware.nsx_policy.model -
-
Uses of InterfaceNeighborPropertyListResult in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp that return InterfaceNeighborPropertyListResult Modifier and Type Method Description InterfaceNeighborPropertyListResult
Interfaces. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId)
List LLDP Neighbor Properties of given NodeInterfaceNeighborPropertyListResult
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 NodeInterfaceNeighborPropertyListResult
InterfacesStub. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId)
InterfaceNeighborPropertyListResult
InterfacesStub. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp with type arguments of type InterfaceNeighborPropertyListResult Modifier and Type Method Description 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 Nodevoid
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 Nodevoid
InterfacesStub. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
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)
-
Uses of InterfaceNeighborPropertyListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return InterfaceNeighborPropertyListResult Modifier and Type Method 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()
-