| Package | Description |
|---|---|
| com.vmware.appliance.recovery.backup |
| Modifier and Type | Method and Description |
|---|---|
static PartsTypes.Part |
PartsTypes.Part._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
PartsTypes.Part |
PartsTypes.Part.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<PartsTypes.Part> |
PartsStub.list() |
List<PartsTypes.Part> |
Parts.list()
Get a list of the backup parts
|
List<PartsTypes.Part> |
PartsStub.list(InvocationConfig invocationConfig) |
List<PartsTypes.Part> |
Parts.list(InvocationConfig invocationConfig)
Get a list of the backup parts
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartsStub.list(AsyncCallback<List<PartsTypes.Part>> asyncCallback) |
void |
Parts.list(AsyncCallback<List<PartsTypes.Part>> asyncCallback)
Get a list of the backup parts
|
void |
PartsStub.list(AsyncCallback<List<PartsTypes.Part>> asyncCallback,
InvocationConfig invocationConfig) |
void |
Parts.list(AsyncCallback<List<PartsTypes.Part>> asyncCallback,
InvocationConfig invocationConfig)
Get a list of the backup parts
|
Copyright © 2016. All Rights Reserved.