StorageProfileAssociations
StorageProfileAssociations
Represents a specification of Storage Profile datastore associations.
JSON Example
[
{
"requestType": "CREATE",
"associations": [
{
"dataStoreId": "a42d016e-6b0e-4265-9881-692e90b76684",
"priority": "3"
}
]
}
]
string
requestType
Required
Defines request type for data stores associations to the storage profile.
Possible values are :
CREATE,
UPDATE,
DELETE,
associations
Required
List of storage profile data store associations.