VolumeReference interface
描述磁片區資源的參考。
屬性
destination |
容器內應該掛接磁片區的路徑。 只允許有效的路徑字元。 |
name | 所參考磁片區的名稱。 |
read |
指出磁片區是否為唯讀的旗標。 預設值為 'false'。 |
屬性詳細資料
destinationPath
容器內應該掛接磁片區的路徑。 只允許有效的路徑字元。
destinationPath: string
屬性值
string
name
所參考磁片區的名稱。
name: string
屬性值
string
readOnly
指出磁片區是否為唯讀的旗標。 預設值為 'false'。
readOnly?: boolean
屬性值
boolean