다음을 통해 공유


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

적용 대상