PbmServiceInstanceContent

PbmServiceInstanceContent
PbmServiceInstanceContent

The PbmServiceInstanceContent data object defines properties for the PbmServiceInstance managed object.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
    }
}
aboutInfo
Required

The PbmAboutInfo data object stores identifying data about the Storage Policy Server.

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

sessionManager
Required

Reference to an instance of the PbmSessionManager managed object.

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

capabilityMetadataManager
Required

Reference to an instance of the PbmCapabilityMetadataManager managed object.

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

profileManager
Required

Reference to an instance of the PbmProfileProfileManager managed object.

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

complianceManager
Required

Reference to an instance of the PbmComplianceManager managed object.

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

placementSolver
Required

Reference to an instance of the PbmPlacementSolver managed object.

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

replicationManager
Optional

Reference to an instance of the PbmReplicationManager managed object.

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