public class V3EngineIdStub extends com.vmware.vapi.internal.bindings.Stub implements V3EngineId
V3EngineId
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
V3EngineIdStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
V3EngineIdStub(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 |
|---|---|
NodeSnmpV3EngineID |
get()
Read SNMP V3 Engine ID
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback)
Read SNMP V3 Engine ID
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP V3 Engine ID
|
NodeSnmpV3EngineID |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP V3 Engine ID
|
NodeSnmpV3EngineID |
update(NodeSnmpV3EngineID nodeSnmpV3EngineID)
Update SNMP V3 Engine ID
|
void |
update(NodeSnmpV3EngineID nodeSnmpV3EngineID,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback)
Update SNMP V3 Engine ID
|
void |
update(NodeSnmpV3EngineID nodeSnmpV3EngineID,
com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP V3 Engine ID
|
NodeSnmpV3EngineID |
update(NodeSnmpV3EngineID nodeSnmpV3EngineID,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP V3 Engine ID
|
public V3EngineIdStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public V3EngineIdStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeSnmpV3EngineID get()
V3EngineIdSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface V3EngineIdpublic NodeSnmpV3EngineID get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
V3EngineIdSynchronous 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 V3EngineIdinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback)
V3EngineIdAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeSnmpV3EngineID
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface V3EngineIdasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
V3EngineIdAsynchronous 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.NodeSnmpV3EngineID
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface V3EngineIdasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NodeSnmpV3EngineID update(NodeSnmpV3EngineID nodeSnmpV3EngineID)
V3EngineIdSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface V3EngineIdnodeSnmpV3EngineID - (required)public NodeSnmpV3EngineID update(NodeSnmpV3EngineID nodeSnmpV3EngineID, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
V3EngineIdSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface V3EngineIdnodeSnmpV3EngineID - (required)invocationConfig - Configuration for the method invocation.public void update(NodeSnmpV3EngineID nodeSnmpV3EngineID, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback)
V3EngineIdAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeSnmpV3EngineID
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface V3EngineIdnodeSnmpV3EngineID - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(NodeSnmpV3EngineID nodeSnmpV3EngineID, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpV3EngineID> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
V3EngineIdAsynchronous 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.NodeSnmpV3EngineID
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface V3EngineIdnodeSnmpV3EngineID - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.