你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VMwareCbtNicInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VMwareCbt NIC input.
public class VMwareCbtNicInput
type VMwareCbtNicInput = class
Public Class VMwareCbtNicInput
- Inheritance
-
VMwareCbtNicInput
Constructors
VMwareCbtNicInput() |
Initializes a new instance of the VMwareCbtNicInput class. |
VMwareCbtNicInput(String, String, String, String, String, String, String, String) |
Initializes a new instance of the VMwareCbtNicInput class. |
Properties
IsPrimaryNic |
Gets or sets a value indicating whether this is the primary NIC. |
IsSelectedForMigration |
Gets or sets a value indicating whether this NIC is selected for migration. |
NicId |
Gets or sets the NIC Id. |
TargetNicName |
Gets or sets target NIC name. |
TargetStaticIPAddress |
Gets or sets the static IP address. |
TargetSubnetName |
Gets or sets target subnet name. |
TestStaticIPAddress |
Gets or sets the test static IP address. |
TestSubnetName |
Gets or sets the test subnet name. |
Methods
Validate() |
Validate the object. |