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 アドレス。

適用対象