public class InterfacesStub extends com.vmware.vapi.internal.bindings.Stub implements Interfaces
Interfaces
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
InterfacesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
InterfacesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborProperties |
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 Name
|
void |
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 Name
|
void |
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 Name
|
InterfaceNeighborProperties |
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 Name
|
InterfaceNeighborPropertyListResult |
list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId)
List LLDP Neighbor Properties of given Node
|
void |
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 |
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
|
InterfaceNeighborPropertyListResult |
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
|
public InterfacesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public InterfacesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public InterfaceNeighborProperties get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName)
InterfacesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)interfaceName - Interface name to read (required)public InterfaceNeighborProperties get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InterfacesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)interfaceName - Interface name to read (required)invocationConfig - Configuration for the method invocation.public void 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)
InterfacesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)interfaceName - Interface name to read (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void 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)
InterfacesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)interfaceName - Interface name to read (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public InterfaceNeighborPropertyListResult list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId)
InterfacesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)public InterfaceNeighborPropertyListResult list(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InterfacesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)invocationConfig - Configuration for the method invocation.public void list(java.lang.String siteId,
java.lang.String enforcementPointId,
java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
InterfacesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void 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)
InterfacesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface InterfacessiteId - site ID (required)enforcementPointId - enforcement point ID (required)nodeId - ID of transport node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.