CustomizationIpAddress クラス
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. CustomizationIpAddress
- com.
public final class CustomizationIpAddress
CustomizationIpAddress モデル。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| CustomizationIpAddress() |
カスタマイズ |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| String |
argument()
引数プロパティを取得します。 [カスタム ip の種類] が選択されている場合の引数。 |
| String |
ipAddress()
[IP |
|
Customization |
type()
type プロパティを取得します。カスタマイズ仕様 IP の種類。 |
| void |
validate()
インスタンスを検証します。 |
|
Customization |
withArgument(String argument)
引数プロパティを設定します。 [カスタム IP の種類] が選択されている場合の引数。 |
|
Customization |
withIpAddress(String ipAddress)
[ip Address]\(IP |
|
Customization |
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:
type
public CustomizationIpAddressType type()
type プロパティを取得します。カスタマイズ仕様 IP の種類。
Returns:
validate
public void validate()
インスタンスを検証します。
withArgument
public CustomizationIpAddress withArgument(String argument)
引数プロパティを設定します。 [カスタム IP の種類] が選択されている場合の引数。
Parameters:
Returns:
withIpAddress
public CustomizationIpAddress withIpAddress(String ipAddress)
[ipAddress] プロパティを設定します。[固定 IP の種類] が選択されている場合に定義された IP アドレス。
Parameters:
Returns:
withType
public CustomizationIpAddress withType(CustomizationIpAddressType type)
type プロパティを設定します。カスタマイズ仕様 IP の種類。
Parameters:
Returns: