VslmServiceInstanceContent

VslmServiceInstanceContent
VslmServiceInstanceContent

The VslmServiceInstanceContent data object defines properties for the VslmServiceInstance managed object.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "aboutInfo": {
        "_typeName": "string",
        "name": "string",
        "fullName": "string",
        "vendor": "string",
        "apiVersion": "string",
        "instanceUuid": "string"
    },
    "sessionManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vStorageObjectManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "storageLifecycleManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
aboutInfo
Required

Contains information that identifies the Storage Lifecycle Management service.

sessionManager
Required

VslmSessionManager contains login APIs to connect to VSLM service.

vStorageObjectManager
Required

VslmVStorageObjectManager contains virtual storage object APIs.

storageLifecycleManager
Required

VslmStorageLifecycleManager contains callback APIs to VSLM service.