PersistentDisk interface
Persistent disk payload
Properties
mount |
Mount path of the persistent disk |
size |
Size of the persistent disk in GB |
used |
Size of the used persistent disk in GB NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
mountPath
Mount path of the persistent disk
mountPath?: string
Property Value
string
sizeInGB
Size of the persistent disk in GB
sizeInGB?: number
Property Value
number
usedInGB
Size of the used persistent disk in GB NOTE: This property will not be serialized. It can only be populated by the server.
usedInGB?: number
Property Value
number