다음을 통해 공유


MountSettings.FileServerPublicIP 속성

정의

공용 IP를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

서브넷 외부에서 노드로 SSH하는 데 사용할 수 있는 파일 서버의 공용 IP 주소입니다.

적용 대상