다음을 통해 공유


MountSettings.FileServerInternalIP 속성

정의

내부 IP를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

서브넷 내에서 파일 서버에 액세스하는 데 사용할 수 있는 파일 서버의 내부 IP 주소입니다.

적용 대상