CustomizationNicSetting 类
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. CustomizationNicSetting
- com.
public final class CustomizationNicSetting
CustomizationNicSetting 模型。
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| CustomizationNicSetting() |
创建 Customization |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
|
Customization |
adapter()
获取适配器属性:适配器设置的列表。 |
| String |
macAddress()
获取 mac |
| void |
validate()
验证 实例。 |
|
Customization |
withAdapter(CustomizationIpSettings adapter)
设置适配器属性:适配器设置的列表。 |
|
Customization |
withMacAddress(String macAddress)
设置 mac |
方法继承自 java.lang.Object
构造函数详细信息
CustomizationNicSetting
public CustomizationNicSetting()
创建 CustomizationNicSetting 类的实例。
方法详细信息
adapter
public CustomizationIpSettings adapter()
获取适配器属性:适配器设置的列表。
Returns:
macAddress
public String macAddress()
获取 macAddress 属性:NIC mac address。
Returns:
validate
public void validate()
验证 实例。
withAdapter
public CustomizationNicSetting withAdapter(CustomizationIpSettings adapter)
设置适配器属性:适配器设置的列表。
Parameters:
Returns:
withMacAddress
public CustomizationNicSetting withMacAddress(String macAddress)
设置 macAddress 属性:NIC mac 地址。
Parameters:
Returns: