PbmDataServiceToPoliciesMap

PbmDataServiceToPoliciesMap
PbmDataServiceToPoliciesMap

DataServiceToProfilesMap maps the data service policy to the parent storage policies if referred.

This is returned from the API call ProfileManager#queryParentStoragePolicies(ProfileId[])

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dataServicePolicy": {
        "_typeName": "string",
        "uniqueId": "string"
    },
    "parentStoragePolicies": [
        {
            "_typeName": "string",
            "uniqueId": "string"
        }
    ],
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
dataServicePolicy
Required

Denotes a Data Service Policy Id.

parentStoragePolicies
Optional

Storage Policies that refer to the Data Service Policy given by dataServicePolicy.

fault
Optional

The fault is set in case of error conditions and this property will have the reason.