public interface Interfaces extends com.vmware.vapi.bindings.Service, InterfacesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
InterfaceNeighborProperties |
get(java.lang.String fabricNodeId,
java.lang.String interfaceName)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
void |
get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
void |
get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
InterfaceNeighborProperties |
get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read LLDP Neighbor Properties for a specific interface of Fabric Node
|
InterfaceNeighborPropertyListResult |
list(java.lang.String fabricNodeId)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
void |
list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
void |
list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
InterfaceNeighborPropertyListResult |
list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List LLDP Neighbor Properties for all interfaces of Fabric Node
|
InterfaceNeighborProperties get(java.lang.String fabricNodeId, java.lang.String interfaceName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fabricNodeId - ID of fabric node (required)interfaceName - Interface name to read (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundInterfaceNeighborProperties get(java.lang.String fabricNodeId, java.lang.String interfaceName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fabricNodeId - ID of fabric node (required)interfaceName - Interface name to read (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fabricNodeId - ID of fabric node (required)interfaceName - Interface name to read (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String fabricNodeId,
java.lang.String interfaceName,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fabricNodeId - ID of fabric 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.InterfaceNeighborPropertyListResult list(java.lang.String fabricNodeId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fabricNodeId - ID of fabric node (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundInterfaceNeighborPropertyListResult list(java.lang.String fabricNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fabricNodeId - ID of fabric node (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fabricNodeId - ID of fabric node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String fabricNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<InterfaceNeighborPropertyListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fabricNodeId - ID of fabric node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.