Interface Snmp
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx.node.services.SnmpTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeSnmpServiceProperties
get(java.lang.Boolean showSensitiveData)
Read SNMP service properties.void
get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback)
Read SNMP service properties.void
get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP service properties.NodeSnmpServiceProperties
get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP service properties.NodeServiceStatusProperties
restart()
Restart, start or stop the SNMP servicevoid
restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP servicevoid
restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeServiceStatusProperties
restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeServiceStatusProperties
start()
Restart, start or stop the SNMP servicevoid
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP servicevoid
start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeServiceStatusProperties
start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeServiceStatusProperties
stop()
Restart, start or stop the SNMP servicevoid
stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP servicevoid
stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeServiceStatusProperties
stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceNodeSnmpServiceProperties
update(NodeSnmpServiceProperties nodeSnmpServiceProperties)
Update SNMP service properties.void
update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback)
Update SNMP service properties.void
update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP service properties.NodeSnmpServiceProperties
update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP service properties.
-
-
-
Method Detail
-
get
NodeSnmpServiceProperties get(java.lang.Boolean showSensitiveData)
Read SNMP service properties.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
showSensitiveData
- Show SNMP sensitive data or not (optional, default to false)- Returns:
- com.vmware.nsx.model.NodeSnmpServiceProperties
- Throws:
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 Found
-
get
NodeSnmpServiceProperties get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP service properties.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
showSensitiveData
- Show SNMP sensitive data or not (optional, default to false)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.NodeSnmpServiceProperties
- Throws:
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 Found
-
get
void get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback)
Read SNMP service properties.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.NodeSnmpServicePropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
showSensitiveData
- Show SNMP sensitive data or not (optional, default to false)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(java.lang.Boolean showSensitiveData, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read SNMP service properties.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.NodeSnmpServicePropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
showSensitiveData
- Show SNMP sensitive data or not (optional, default to false)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
restart
NodeServiceStatusProperties restart()
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
restart
NodeServiceStatusProperties restart(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
restart
void restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
restart
void restart(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
start
NodeServiceStatusProperties start()
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
start
NodeServiceStatusProperties start(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
start
void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
start
void start(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
stop
NodeServiceStatusProperties stop()
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
stop
NodeServiceStatusProperties stop(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.NodeServiceStatusProperties
- Throws:
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 Found
-
stop
void stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
stop
void stop(com.vmware.vapi.bindings.client.AsyncCallback<NodeServiceStatusProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart, start or stop the SNMP serviceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.NodeServiceStatusPropertiesOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
update
NodeSnmpServiceProperties update(NodeSnmpServiceProperties nodeSnmpServiceProperties)
Update SNMP service properties.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
nodeSnmpServiceProperties
- (required)- Returns:
- com.vmware.nsx.model.NodeSnmpServiceProperties
- Throws:
com.vmware.vapi.std.errors.ConcurrentChange
- Conflictcom.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 Found
-
update
NodeSnmpServiceProperties update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP service properties.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
nodeSnmpServiceProperties
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.NodeSnmpServiceProperties
- Throws:
com.vmware.vapi.std.errors.ConcurrentChange
- Conflictcom.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 Found
-
update
void update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback)
Update SNMP service properties.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.NodeSnmpServicePropertiesOperation Errors:
ConcurrentChange
- Conflict
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
nodeSnmpServiceProperties
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
update
void update(NodeSnmpServiceProperties nodeSnmpServiceProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeSnmpServiceProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update SNMP service properties.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.NodeSnmpServicePropertiesOperation Errors:
ConcurrentChange
- Conflict
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
nodeSnmpServiceProperties
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-