CustomizationIpAddress 类
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. CustomizationIpAddress
- com.
public final class CustomizationIpAddress
CustomizationIpAddress 模型。
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| CustomizationIpAddress() |
创建 Customization |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| String |
argument()
获取参数属性:选择“自定义 IP 类型”时的参数。 |
| String |
ipAddress()
获取 IP |
|
Customization |
type()
获取 type 属性:自定义规范 ip 类型。 |
| void |
validate()
验证 实例。 |
|
Customization |
withArgument(String argument)
设置参数属性:选择“自定义 IP 类型”时的参数。 |
|
Customization |
withIpAddress(String ipAddress)
设置 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: