你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomizationIpAddress 类

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

public final class CustomizationIpAddress

CustomizationIpAddress 模型。

构造函数摘要

构造函数 说明
CustomizationIpAddress()

创建 CustomizationIpAddress 类的实例。

方法摘要

修饰符和类型 方法和描述
String argument()

获取参数属性:选择“自定义 IP 类型”时的参数。

String ipAddress()

获取 IP地址属性:选择“固定 IP 类型”时定义的 IP 地址。

CustomizationIpAddressType type()

获取 type 属性:自定义规范 ip 类型。

void validate()

验证 实例。

CustomizationIpAddress withArgument(String argument)

设置参数属性:选择“自定义 IP 类型”时的参数。

CustomizationIpAddress withIpAddress(String ipAddress)

设置 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 对象本身。

适用于