CustomizationIpSettings クラス

  • java.lang.Object
    • com.azure.resourcemanager.vmwarecloudsimple.models.CustomizationIpSettings

public final class CustomizationIpSettings

CustomizationIpSettings モデル。

コンストラクターの概要

コンストラクター 説明
CustomizationIpSettings()

CustomizationIpSettings クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
List<String> gateway()

ゲートウェイ プロパティを取得します。ゲートウェイの一覧。

CustomizationIpAddress ip()

ip プロパティを取得します。IP アドレスのカスタマイズ設定。

String subnetMask()

サブネットMask プロパティを取得します。アダプター サブネット マスク。

void validate()

インスタンスを検証します。

CustomizationIpSettings withGateway(List<String> gateway)

gateway プロパティを設定します。ゲートウェイの一覧。

CustomizationIpSettings withIp(CustomizationIpAddress ip)

ip プロパティを設定します。IP アドレスのカスタマイズ設定。

CustomizationIpSettings withSubnetMask(String subnetMask)

subnetMask プロパティを設定します。アダプター サブネット マスク。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

CustomizationIpSettings

public CustomizationIpSettings()

CustomizationIpSettings クラスのインスタンスを作成します。

メソッドの詳細

gateway

public List gateway()

ゲートウェイ プロパティを取得します。ゲートウェイの一覧。

Returns:

ゲートウェイ値。

ip

public CustomizationIpAddress ip()

ip プロパティを取得します。IP アドレスのカスタマイズ設定。

Returns:

IP 値。

subnetMask

public String subnetMask()

subnetMask プロパティを取得します。アダプター サブネット マスク。

Returns:

subnetMask 値。

validate

public void validate()

インスタンスを検証します。

withGateway

public CustomizationIpSettings withGateway(List gateway)

gateway プロパティを設定します。ゲートウェイの一覧。

Parameters:

gateway - 設定するゲートウェイ値。

Returns:

CustomizationIpSettings オブジェクト自体。

withIp

public CustomizationIpSettings withIp(CustomizationIpAddress ip)

ip プロパティを設定します。IP アドレスのカスタマイズ設定。

Parameters:

ip - 設定する IP 値。

Returns:

CustomizationIpSettings オブジェクト自体。

withSubnetMask

public CustomizationIpSettings withSubnetMask(String subnetMask)

subnetMask プロパティを設定します。アダプター サブネット マスク。

Parameters:

subnetMask - 設定する subnetMask 値。

Returns:

CustomizationIpSettings オブジェクト自体。

適用対象