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 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
|
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 fabricNodeId, java.lang.String interfaceName)
InterfacesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface InterfacesfabricNodeId - ID of fabric node (required)interfaceName - Interface name to read (required)public InterfaceNeighborProperties get(java.lang.String fabricNodeId, 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 InterfacesfabricNodeId - ID of fabric node (required)interfaceName - Interface name to read (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String fabricNodeId,
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.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface InterfacesfabricNodeId - ID of fabric 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 fabricNodeId,
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.model.InterfaceNeighborProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface InterfacesfabricNodeId - 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.public InterfaceNeighborPropertyListResult list(java.lang.String fabricNodeId)
InterfacesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface InterfacesfabricNodeId - ID of fabric node (required)public InterfaceNeighborPropertyListResult list(java.lang.String fabricNodeId, 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 InterfacesfabricNodeId - ID of fabric node (required)invocationConfig - Configuration for the method invocation.public void list(java.lang.String fabricNodeId,
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.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface InterfacesfabricNodeId - ID of fabric node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String fabricNodeId,
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.model.InterfaceNeighborPropertyListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface InterfacesfabricNodeId - ID of fabric node (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.