| Package | Description |
|---|---|
| com.vmware.appliance.recovery |
| Modifier and Type | Method and Description |
|---|---|
static RestoreTypes.LocalizableMessage |
RestoreTypes.LocalizableMessage._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. |
RestoreTypes.LocalizableMessage |
RestoreTypes.LocalizableMessage.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<RestoreTypes.LocalizableMessage> |
RestoreTypes.Metadata.getMessages()
Any messages if the backup is not aplicable
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreTypes.Metadata.setMessages(List<RestoreTypes.LocalizableMessage> messages)
Any messages if the backup is not aplicable
|
| Constructor and Description |
|---|
RestoreTypes.Metadata.Builder(Calendar timestamp,
List<String> parts,
String version,
String boxname,
String comment,
boolean applicable,
List<RestoreTypes.LocalizableMessage> messages)
Constructor with parameters for the required properties of
RestoreTypes.Metadata. |
Copyright © 2016. All Rights Reserved.