PbmProfile

PbmProfile
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profileId": {
        "_typeName": "string",
        "uniqueId": "string"
    },
    "name": "string",
    "description": "string",
    "creationTime": "string",
    "createdBy": "string",
    "lastUpdatedTime": "string",
    "lastUpdatedBy": "string"
}
profileId
Required

Profile unique identifier.

This structure may be used only with operations rendered under /pbm.

string
name
Required

name

string
description
Optional

Profile description.

string As date-time As date-time
creationTime
Required

Time stamp of profile creation.

string
createdBy
Required

User name of the profile creator.

Set during creation time.

string As date-time As date-time
lastUpdatedTime
Required

Time stamp of latest modification to the profile.

string
lastUpdatedBy
Required

Name of the user performing the latest modification of the profile.