public class MonitorsStub extends com.vmware.vapi.internal.bindings.Stub implements Monitors
Monitors
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_TYPE_LBACTIVEMONITOR, LIST_TYPE_LBHTTPMONITOR, LIST_TYPE_LBHTTPSMONITOR, LIST_TYPE_LBICMPMONITOR, LIST_TYPE_LBPASSIVEMONITOR, LIST_TYPE_LBTCPMONITOR, LIST_TYPE_LBUDPMONITOR| Constructor and Description |
|---|
MonitorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
MonitorsStub(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 |
|---|---|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure lbMonitor)
Create a load balancer monitor.
|
void |
create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create a load balancer monitor.
|
void |
create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer monitor.
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a load balancer monitor.
|
void |
delete(java.lang.String monitorId)
Delete a load balancer monitor.
|
void |
delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a load balancer monitor.
|
void |
delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer monitor.
|
void |
delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a load balancer monitor.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String monitorId)
Retrieve a load balancer monitor.
|
void |
get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Retrieve a load balancer monitor.
|
void |
get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer monitor.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a load balancer monitor.
|
LbMonitorListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type)
Retrieve a paginated list of load balancer monitors.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbMonitorListResult> asyncCallback)
Retrieve a paginated list of load balancer monitors.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbMonitorListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer monitors.
|
LbMonitorListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve a paginated list of load balancer monitors.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor)
Update a load balancer monitor.
|
void |
update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Update a load balancer monitor.
|
void |
update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer monitor.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a load balancer monitor.
|
public MonitorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MonitorsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbMonitor)
MonitorsSynchronous method overload. Result of the invocation will be reported as a method return value.
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface MonitorslbMonitor - (required)
The parameter must contain all the properties defined in LbMonitor.invocationConfig - Configuration for the method invocation.LbMonitor.public void create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsAsynchronous 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.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String monitorId)
MonitorsSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public com.vmware.vapi.bindings.Structure get(java.lang.String monitorId)
MonitorsSynchronous method overload. Result of the invocation will be reported as a method return value.
public com.vmware.vapi.bindings.Structure get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String monitorId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsAsynchronous 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.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public LbMonitorListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type)
MonitorsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Monitorscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)type - monitor query type (optional)public LbMonitorListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsSynchronous 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 Monitorscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)type - monitor query type (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbMonitorListResult> asyncCallback)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbMonitorListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Monitorscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)type - monitor query type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String type,
com.vmware.vapi.bindings.client.AsyncCallback<LbMonitorListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsAsynchronous 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.LbMonitorListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Monitorscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)type - monitor query type (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor)
MonitorsSynchronous method overload. Result of the invocation will be reported as a method return value.
public com.vmware.vapi.bindings.Structure update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsSynchronous 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 MonitorsmonitorId - (required)lbMonitor - (required)
The parameter must contain all the properties defined in LbMonitor.invocationConfig - Configuration for the method invocation.LbMonitor.public void update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
MonitorsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String monitorId,
com.vmware.vapi.bindings.Structure lbMonitor,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MonitorsAsynchronous 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.LbMonitor
The return value will contain all the properties defined in LbMonitor.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface MonitorsmonitorId - (required)lbMonitor - (required)
The parameter must contain all the properties defined in LbMonitor.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.