UmdsTypes.Info, UmdsTypes.SetSpec, UmdsTypes.UpdateSpec
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
UmdsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
UmdsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
void |
delete()
Removes the configured UMDS software depot.
|
void |
delete(AsyncCallback<java.lang.Void> asyncCallback)
Removes the configured UMDS software depot.
|
void |
delete(AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Removes the configured UMDS software depot.
|
void |
delete(InvocationConfig invocationConfig)
Removes the configured UMDS software depot.
|
UmdsTypes.Info |
get()
Gets the information about a currently configured UMDS software depot.
|
void |
get(AsyncCallback<UmdsTypes.Info> asyncCallback)
Gets the information about a currently configured UMDS software depot.
|
void |
get(AsyncCallback<UmdsTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Gets the information about a currently configured UMDS software depot.
|
UmdsTypes.Info |
get(InvocationConfig invocationConfig)
Gets the information about a currently configured UMDS software depot.
|
void |
set(UmdsTypes.SetSpec spec)
Sets or overwrites information about an UMDS software depot.
|
void |
set(UmdsTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Sets or overwrites information about an UMDS software depot.
|
void |
set(UmdsTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Sets or overwrites information about an UMDS software depot.
|
void |
set(UmdsTypes.SetSpec spec,
InvocationConfig invocationConfig)
Sets or overwrites information about an UMDS software depot.
|
void |
update(UmdsTypes.UpdateSpec spec)
Updates the configuration of a currently configured UMDS software depot.
|
void |
update(UmdsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Updates the configuration of a currently configured UMDS software depot.
|
void |
update(UmdsTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the configuration of a currently configured UMDS software depot.
|
void |
update(UmdsTypes.UpdateSpec spec,
InvocationConfig invocationConfig)
Updates the configuration of a currently configured UMDS software depot.
|
public UmdsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public UmdsStub(ApiProvider apiProvider, StubConfigurationBase config)
public UmdsTypes.Info get()
Umds
Synchronous method overload. Result of the invocation will be reported as a method return value.
public UmdsTypes.Info get(InvocationConfig invocationConfig)
Umds
Synchronous 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(AsyncCallback<UmdsTypes.Info> asyncCallback)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
Information of the currently configured UMDS software depot.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS software depot set.
ServiceUnavailable
- If the service is not available.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Read
. public void get(AsyncCallback<UmdsTypes.Info> asyncCallback, InvocationConfig invocationConfig)
Umds
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:
Information of the currently configured UMDS software depot.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS software depot set.
ServiceUnavailable
- If the service is not available.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Read
. public void set(UmdsTypes.SetSpec spec)
Umds
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void set(UmdsTypes.SetSpec spec, InvocationConfig invocationConfig)
Umds
Synchronous 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 set(UmdsTypes.SetSpec spec, AsyncCallback<java.lang.Void> asyncCallback)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
InvalidArgument
- If an invalid location is provided.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
. public void set(UmdsTypes.SetSpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
InvalidArgument
- If an invalid location is provided.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
. public void delete()
Umds
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(InvocationConfig invocationConfig)
Umds
Synchronous 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 delete(AsyncCallback<java.lang.Void> asyncCallback)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS software depot set.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
. public void delete(AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS software depot set.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
. public void update(UmdsTypes.UpdateSpec spec)
Umds
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void update(UmdsTypes.UpdateSpec spec, InvocationConfig invocationConfig)
Umds
Synchronous 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(UmdsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS depot configured.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
. public void update(UmdsTypes.UpdateSpec spec, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Umds
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
NotFound
- If there is no UMDS depot configured.
Error
- If there is some unknown internal error. The accompanying error message will
give more details about the failure.
ServiceUnavailable
- If the service is not available.
Unauthorized
- if you do not have all of the privileges described as follows:
VcIntegrity.lifecycleSettings.Write
.