VirtualMachineDefinedProfileSpec

VirtualMachineDefinedProfileSpec
VirtualMachineDefinedProfileSpec

Policy specification that carries a pre-defined Storage Policy to be associated with a Virtual Machine Home or a Virtual Disk object.

Such a pre-defined policy can be either be vSphere Storage Administrator defined or may come from a set of pre-defined policies from Storage Vendor.

Neither the association nor the policy data is persisted in Virtual Machine configuration. This data is managed by the an extension of Virtual Center (Storage Policy Based Management).

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profileId": "string",
    "replicationSpec": {
        "_typeName": "string",
        "replicationGroupId": {
            "_typeName": "string",
            "faultDomainId": {
                "_typeName": "string",
                "id": "string"
            },
            "deviceGroupId": {
                "_typeName": "string",
                "id": "string"
            }
        }
    },
    "profileData": {
        "_typeName": "string",
        "extensionKey": "string",
        "objectData": "string"
    },
    "profileParams": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
string
profileId
Required

Storage Policy Profile identification - Should be pbm.profileId but for implementation reasons, could not be.

replicationSpec
Optional

Specification containing replication related parameters, sent to the Replication Data Service provider.

profileData
Optional

Profile data sent to the Storage Backend by vSphere.

This data is provided by the SPBM component of the vSphere platform. This field should not be set by Virtual Center users.

array of KeyValue
profileParams
Optional

Parameterized Storage Profiles Extra configuration that is not expressed as a capability in the Profile definition.