AffectedVirtualStorage
AffectedVirtualStorage
This type provides information about added, deleted, modified and temporary virtual storage resources.
JSON Example
{
"id": "string",
"virtualStorageDescId": "string",
"changeType": "string",
"storageResource": {
"vimConnectionId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
},
"resourceDefinitionId": "string"
}
string
changeType
Required
Signals the type of change. Permitted values: * ADDED * REMOVED * MODIFIED * TEMPORARY For a temporary resource, an AffectedVirtualStorage structure exists as long as the temporary resource exists.
Possible values are : ADDED, REMOVED, MODIFIED, TEMPORARY,