public class ExportFlagStub extends com.vmware.vapi.internal.bindings.Stub implements ExportFlag
ExportFlag
API service.
WARNING: Internal API, subject to change in future versions.
ExportFlagTypes.Info
Constructor and Description |
---|
ExportFlagStub(ApiProvider apiProvider,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
List<ExportFlagTypes.Info> |
list()
Returns information about the supported export flags by the server.
|
void |
list(AsyncCallback<List<ExportFlagTypes.Info>> asyncCallback)
Returns information about the supported export flags by the server.
|
void |
list(AsyncCallback<List<ExportFlagTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Returns information about the supported export flags by the server.
|
List<ExportFlagTypes.Info> |
list(InvocationConfig invocationConfig)
Returns information about the supported export flags by the server.
|
public ExportFlagStub(ApiProvider apiProvider, StubConfigurationBase config)
public List<ExportFlagTypes.Info> list()
ExportFlag
The supported flags are:
Future server versions might support additional flags.
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface ExportFlag
List
of supported export flags.public List<ExportFlagTypes.Info> list(InvocationConfig invocationConfig)
ExportFlag
The supported flags are:
Future server versions might support additional flags.
Synchronous 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 ExportFlag
invocationConfig
- Configuration for the method invocation.List
of supported export flags.public void list(AsyncCallback<List<ExportFlagTypes.Info>> asyncCallback)
ExportFlag
The supported flags are:
Future server versions might support additional flags.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Result:
A List
of supported export flags.
Operation Errors:
Unauthorized
- if you do not have all of the privileges described as follows:
System.Read
. list
in interface ExportFlag
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void list(AsyncCallback<List<ExportFlagTypes.Info>> asyncCallback, InvocationConfig invocationConfig)
ExportFlag
The supported flags are:
Future server versions might support additional flags.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Result:
A List
of supported export flags.
Operation Errors:
Unauthorized
- if you do not have all of the privileges described as follows:
System.Read
. list
in interface ExportFlag
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.Copyright © 2015. All Rights Reserved.