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| 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()
ExportFlagThe 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 ExportFlagList of supported export flags.public java.util.List<ExportFlagTypes.Info> list(InvocationConfig invocationConfig)
ExportFlagThe 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 ExportFlaginvocationConfig - Configuration for the method invocation.List of supported export flags.public void list(AsyncCallback<java.util.List<ExportFlagTypes.Info>> asyncCallback)
ExportFlagThe 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 ExportFlagasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(AsyncCallback<java.util.List<ExportFlagTypes.Info>> asyncCallback, InvocationConfig invocationConfig)
ExportFlagThe 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 ExportFlagasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.