PbmProfile
The PbmProfile data object is the base object for storage capability profiles.
This object defines metadata for the profile. The derived capability profile represents the user's intent for selection and configuration of storage resources and/or services that support deployment of virtual machines and virtual disks.
This structure may be used only with operations rendered under /pbm
.
{
"_typeName": "string",
"profileId": {
"_typeName": "string",
"uniqueId": "string"
},
"name": "string",
"description": "string",
"creationTime": "string",
"createdBy": "string",
"lastUpdatedTime": "string",
"lastUpdatedBy": "string"
}
Profile unique identifier.
This structure may be used only with operations rendered under /pbm
.
name
Profile description.
Time stamp of profile creation.
User name of the profile creator.
Set during creation time.
Time stamp of latest modification to the profile.
Name of the user performing the latest modification of the profile.