VMwareCbtNicDetails 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 details.
public class VMwareCbtNicDetails
type VMwareCbtNicDetails = class
Public Class VMwareCbtNicDetails
- Inheritance
-
VMwareCbtNicDetails
Constructors
VMwareCbtNicDetails() |
Initializes a new instance of the VMwareCbtNicDetails class. |
VMwareCbtNicDetails(String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the VMwareCbtNicDetails 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 the NIC Id. |
SourceIPAddress |
Gets the source IP address. |
SourceIPAddressType |
Gets the source IP address type. Possible values include: 'Dynamic', 'Static' |
SourceNetworkId |
Gets source network Id. |
TargetIPAddress |
Gets or sets the target IP address. |
TargetIPAddressType |
Gets or sets the target IP address type. Possible values include: 'Dynamic', 'Static' |
TargetNicName |
Gets or sets target NIC name. |
TargetSubnetName |
Gets or sets target subnet name. |
TestIPAddress |
Gets or sets the test IP address. |
TestIPAddressType |
Gets or sets the test IP address type. Possible values include: 'Dynamic', 'Static' |
TestNetworkId |
Gets or sets source network Id. |
TestSubnetName |
Gets or sets test subnet name. |