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 InterfaceNeighborPropertyListResultInterfaces. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId)List LLDP Neighbor Properties of given NodeInterfaceNeighborPropertyListResultInterfaces. 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 NodeInterfaceNeighborPropertyListResultInterfacesStub. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId)InterfaceNeighborPropertyListResultInterfacesStub. 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 voidInterfaces. 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 NodevoidInterfaces. 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 NodevoidInterfacesStub. list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)voidInterfacesStub. 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 InterfaceNeighborPropertyListResultInterfaceNeighborPropertyListResult. _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 InterfaceNeighborPropertyListResultInterfaceNeighborPropertyListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.InterfaceNeighborPropertyListResultInterfaceNeighborPropertyListResult.Builder. build()
-