CloudServicesNetworkStorageStatus interface
CloudServicesNetworkStorageStatus represents the storage status of the cloud services network.
Properties
| mode | The indicator of if shared storage is enabled on the cloud services network. |
| size |
The size in Mebibytes of the storage allocation. |
| status | The status of the storage allocation for the cloud services network. |
| status |
The description for the status of the shared storage. |
| volume |
The resource ID of the volume created to host the shared storage. |
Property Details
mode
The indicator of if shared storage is enabled on the cloud services network.
mode?: string
Property Value
string
sizeMiB
The size in Mebibytes of the storage allocation.
sizeMiB?: number
Property Value
number
status
The status of the storage allocation for the cloud services network.
status?: string
Property Value
string
statusMessage
The description for the status of the shared storage.
statusMessage?: string
Property Value
string
volumeId
The resource ID of the volume created to host the shared storage.
volumeId?: string
Property Value
string