CnsFileBackingDetails
Details for a file type backing for container volume.
This class will be used as input at the time of volume creation and will also be returned as part of query result to give more information about a container volume.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"capacityInMb": 0,
"backingFileId": "string"
}
At the time of creation this field would identify the existing file share that should be used to back the container volume.
This field is optional and when not specified, a new file share will be created to back the volume.
When this field is present, capacityInMb and storage policy fields will be ignored.