public class FeaturesStub extends com.vmware.vapi.internal.bindings.Stub implements Features
Features
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
FeaturesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
FeaturesStub(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 |
|---|---|
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.
|
public FeaturesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FeaturesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FeatureStackCollectionConfiguration get(java.lang.String featureStackName)
FeaturesSynchronous method overload. Result of the invocation will be reported as a method return value.
public FeatureStackCollectionConfiguration get(java.lang.String featureStackName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesSynchronous 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 featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
FeaturesAsynchronous 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
public void get(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesAsynchronous 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
public FeatureStackCollectionConfigurationList list()
FeaturesSynchronous method overload. Result of the invocation will be reported as a method return value.
public FeatureStackCollectionConfigurationList list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesSynchronous 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 list(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> asyncCallback)
FeaturesAsynchronous 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
public void list(com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfigurationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesAsynchronous 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
public FeatureStackCollectionConfiguration resetcollectionfrequency(java.lang.String featureStackName)
FeaturesSynchronous method overload. Result of the invocation will be reported as a method return value.
resetcollectionfrequency in interface FeaturesfeatureStackName - (required)public FeatureStackCollectionConfiguration resetcollectionfrequency(java.lang.String featureStackName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
resetcollectionfrequency in interface FeaturesfeatureStackName - (required)invocationConfig - Configuration for the method invocation.public void resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
FeaturesAsynchronous 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
resetcollectionfrequency in interface FeaturesfeatureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void resetcollectionfrequency(java.lang.String featureStackName,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesAsynchronous 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
resetcollectionfrequency in interface FeaturesfeatureStackName - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public FeatureStackCollectionConfiguration update(java.lang.String featureStackName, FeatureStackCollectionConfiguration featureStackCollectionConfiguration)
FeaturesSynchronous method overload. Result of the invocation will be reported as a method return value.
public FeatureStackCollectionConfiguration update(java.lang.String featureStackName, FeatureStackCollectionConfiguration featureStackCollectionConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesSynchronous 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 update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback)
FeaturesAsynchronous 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
public void update(java.lang.String featureStackName,
FeatureStackCollectionConfiguration featureStackCollectionConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<FeatureStackCollectionConfiguration> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeaturesAsynchronous 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