public interface Features extends com.vmware.vapi.bindings.Service, FeaturesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
FeatureStackCollectionConfiguration |
get(java.lang.String featureStackName)
Returns the complete set of client type data collection configuration records
for the specified feature stack.
|
void |
get(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Returns the complete set of client type data collection configuration records
for the specified feature stack.
|
void |
get(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete set of client type data collection configuration records
for the specified feature stack.
|
FeatureStackCollectionConfiguration |
get(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the complete set of client type data collection configuration records
for the specified feature stack.
|
FeatureStackCollectionConfigurationList |
list()
List all health performance monitoring feature stacks
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> asyncCallback)
List all health performance monitoring feature stacks
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all health performance monitoring feature stacks
|
FeatureStackCollectionConfigurationList |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all health performance monitoring feature stacks
|
FeatureStackCollectionConfiguration |
resetcollectionfrequency(java.lang.String featureStackName)
Reset the data collection frequency configuration setting to the default values
|
void |
resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Reset the data collection frequency configuration setting to the default values
|
void |
resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset the data collection frequency configuration setting to the default values
|
FeatureStackCollectionConfiguration |
resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset the data collection frequency configuration setting to the default values
|
FeatureStackCollectionConfiguration |
update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration)
Apply the data collection configuration for the specified feature stack.
|
void |
update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Apply the data collection configuration for the specified feature stack.
|
void |
update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Apply the data collection configuration for the specified feature stack.
|
FeatureStackCollectionConfiguration |
update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Apply the data collection configuration for the specified feature stack.
|
FeatureStackCollectionConfiguration get(java.lang.String featureStackName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
featureStackName - (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 FoundFeatureStackCollectionConfiguration get(java.lang.String featureStackName, 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.
featureStackName - (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 featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> 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.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FeatureStackCollectionConfigurationList list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundFeatureStackCollectionConfigurationList list(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.
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(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FeatureStackCollectionConfigurationList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> 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.FeatureStackCollectionConfigurationList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FeatureStackCollectionConfiguration resetcollectionfrequency(java.lang.String featureStackName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
featureStackName - (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 FoundFeatureStackCollectionConfiguration resetcollectionfrequency(java.lang.String featureStackName, 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.
featureStackName - (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 resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> 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.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FeatureStackCollectionConfiguration update(java.lang.String featureStackName, FeatureStackCollectionConfiguration featureStackCollectionConfiguration)
Synchronous method overload. Result of the invocation will be reported as a method return value.
featureStackName - (required)featureStackCollectionConfiguration - (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 FoundFeatureStackCollectionConfiguration update(java.lang.String featureStackName, FeatureStackCollectionConfiguration featureStackCollectionConfiguration, 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.
featureStackName - (required)featureStackCollectionConfiguration - (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 update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)featureStackCollectionConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> 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.FeatureStackCollectionConfiguration
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
featureStackName - (required)featureStackCollectionConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.