ArrayOfPbmServiceInstanceContent
ArrayOfPbmServiceInstanceContent
A boxed array of PbmServiceInstanceContent. To be used in Any placeholders.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"aboutInfo": {
"_typeName": "string",
"name": "string",
"version": "string",
"instanceUuid": "string"
},
"sessionManager": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"capabilityMetadataManager": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"profileManager": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"complianceManager": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"placementSolver": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"replicationManager": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
]
}