CustomizationIpAddress クラス

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

public final class CustomizationIpAddress

CustomizationIpAddress モデル。

コンストラクターの概要

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

カスタマイズIpAddress クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
String argument()

引数プロパティを取得します。 [カスタム ip の種類] が選択されている場合の引数。

String ipAddress()

[IPアドレス] プロパティを取得します。[固定 IP の種類] が選択されている場合に定義された IP アドレス。

CustomizationIpAddressType type()

type プロパティを取得します。カスタマイズ仕様 IP の種類。

void validate()

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

CustomizationIpAddress withArgument(String argument)

引数プロパティを設定します。 [カスタム IP の種類] が選択されている場合の引数。

CustomizationIpAddress withIpAddress(String ipAddress)

[ip Address]\(IPアドレス\) プロパティを設定します。[固定 IP の種類] が選択されている場合に定義された IP アドレス。

CustomizationIpAddress withType(CustomizationIpAddressType type)

type プロパティを設定します。カスタマイズ仕様 IP の種類。

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

コンストラクターの詳細

CustomizationIpAddress

public CustomizationIpAddress()

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

メソッドの詳細

argument

public String argument()

引数プロパティを取得します。 [カスタム ip の種類] が選択されている場合の引数。

Returns:

引数の値。

ipAddress

public String ipAddress()

ipAddress プロパティを取得します。[固定 IP の種類] が選択されている場合に定義された IP アドレス。

Returns:

ipAddress 値。

type

public CustomizationIpAddressType type()

type プロパティを取得します。カスタマイズ仕様 IP の種類。

Returns:

型の値。

validate

public void validate()

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

withArgument

public CustomizationIpAddress withArgument(String argument)

引数プロパティを設定します。 [カスタム IP の種類] が選択されている場合の引数。

Parameters:

argument - 設定する引数の値。

Returns:

CustomizationIpAddress オブジェクト自体。

withIpAddress

public CustomizationIpAddress withIpAddress(String ipAddress)

[ipAddress] プロパティを設定します。[固定 IP の種類] が選択されている場合に定義された IP アドレス。

Parameters:

ipAddress - 設定する ipAddress 値。

Returns:

CustomizationIpAddress オブジェクト自体。

withType

public CustomizationIpAddress withType(CustomizationIpAddressType type)

type プロパティを設定します。カスタマイズ仕様 IP の種類。

Parameters:

type - 設定する型の値。

Returns:

CustomizationIpAddress オブジェクト自体。

適用対象