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 InterfaceNeighborPropertiesInterfaces. 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 NameInterfaceNeighborPropertiesInterfaces. 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 NameInterfaceNeighborPropertiesInterfacesStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName)InterfaceNeighborPropertiesInterfacesStub. 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 voidInterfaces. 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 NamevoidInterfaces. 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 NamevoidInterfacesStub. 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)voidInterfacesStub. 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 InterfaceNeighborPropertiesInterfaceNeighborProperties. _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 InterfaceNeighborPropertiesInterfaceNeighborProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.InterfaceNeighborPropertiesInterfaceNeighborProperties.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.BuilderInterfaceNeighborPropertyListResult.Builder. setResults(java.util.List<InterfaceNeighborProperties> results)Interface neighbor property resultsvoidInterfaceNeighborPropertyListResult. setResults(java.util.List<InterfaceNeighborProperties> results)Interface neighbor property results
-