Uses of Class
com.vmware.nsx_policy.model.InterfaceNeighborProperties
-
Packages that use InterfaceNeighborProperties Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.lldp com.vmware.nsx_policy.model -
-
Uses of InterfaceNeighborProperties 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 InterfaceNeighborProperties Modifier and Type Method Description InterfaceNeighborProperties
Interfaces. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName)
Read LLDP Neighbor Properties of transport node by Interface NameInterfaceNeighborProperties
Interfaces. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties of transport node by Interface NameInterfaceNeighborProperties
InterfacesStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName)
InterfaceNeighborProperties
InterfacesStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, 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 InterfaceNeighborProperties Modifier and Type Method Description void
Interfaces. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
Read LLDP Neighbor Properties of transport node by Interface Namevoid
Interfaces. get(java.lang.String siteId, java.lang.String enforcementPointId, 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 of transport node by Interface Namevoid
InterfacesStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
void
InterfacesStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of InterfaceNeighborProperties in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return InterfaceNeighborProperties Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type InterfaceNeighborProperties Modifier and Type Method Description java.util.List<InterfaceNeighborProperties>
InterfaceNeighborPropertyListResult. getResults()
Interface neighbor property resultsMethod parameters in com.vmware.nsx_policy.model with type arguments of type InterfaceNeighborProperties Modifier and Type Method Description InterfaceNeighborPropertyListResult.Builder
InterfaceNeighborPropertyListResult.Builder. setResults(java.util.List<InterfaceNeighborProperties> results)
Interface neighbor property resultsvoid
InterfaceNeighborPropertyListResult. setResults(java.util.List<InterfaceNeighborProperties> results)
Interface neighbor property results
-