次の方法で共有


DiskPoolVolume.MountOption プロパティ

定義

LUN をデータストアとしてマウントするか、LUN としてアタッチする必要があるかを示すモードを取得または設定します。 使用できる値は、'MOUNT'、'ATTACH' です。

[Newtonsoft.Json.JsonProperty(PropertyName="mountOption")]
public string MountOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mountOption")>]
member this.MountOption : string with get, set
Public Property MountOption As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象