public class ExportFlagStub extends com.vmware.vapi.internal.bindings.Stub implements ExportFlag
ExportFlag
API service.
WARNING: Internal class, subject to change in future versions.
ExportFlagTypes.Info
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ExportFlagStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ExportFlagStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportFlagTypes.Info> |
list()
Returns information about the supported export flags by the server.
|
void |
list(AsyncCallback<java.util.List<ExportFlagTypes.Info>> asyncCallback)
Returns information about the supported export flags by the server.
|
void |
list(AsyncCallback<java.util.List<ExportFlagTypes.Info>> asyncCallback,
InvocationConfig invocationConfig)
Returns information about the supported export flags by the server.
|
java.util.List<ExportFlagTypes.Info> |
list(InvocationConfig invocationConfig)
Returns information about the supported export flags by the server.
|
public ExportFlagStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ExportFlagStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.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 java.util.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<java.util.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
.
Invocation 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<java.util.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.
Invocation 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.