VMwareCbtNicDetails Constructors
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.
Overloads
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. |
VMwareCbtNicDetails()
Initializes a new instance of the VMwareCbtNicDetails class.
public VMwareCbtNicDetails ();
Public Sub New ()
Applies to
VMwareCbtNicDetails(String, String, String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the VMwareCbtNicDetails class.
public VMwareCbtNicDetails (string nicId = default, string isPrimaryNic = default, string sourceIPAddress = default, string sourceIPAddressType = default, string sourceNetworkId = default, string targetIPAddress = default, string targetIPAddressType = default, string targetSubnetName = default, string testNetworkId = default, string testSubnetName = default, string testIPAddress = default, string testIPAddressType = default, string targetNicName = default, string isSelectedForMigration = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicDetails : string * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtNicDetails
Public Sub New (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional sourceIPAddress As String = Nothing, Optional sourceIPAddressType As String = Nothing, Optional sourceNetworkId As String = Nothing, Optional targetIPAddress As String = Nothing, Optional targetIPAddressType As String = Nothing, Optional targetSubnetName As String = Nothing, Optional testNetworkId As String = Nothing, Optional testSubnetName As String = Nothing, Optional testIPAddress As String = Nothing, Optional testIPAddressType As String = Nothing, Optional targetNicName As String = Nothing, Optional isSelectedForMigration As String = Nothing)
Parameters
- nicId
- String
The NIC Id.
- isPrimaryNic
- String
A value indicating whether this is the primary NIC.
- sourceIPAddress
- String
The source IP address.
- sourceIPAddressType
- String
The source IP address type. Possible values include: 'Dynamic', 'Static'
- sourceNetworkId
- String
Source network Id.
- targetIPAddress
- String
The target IP address.
- targetIPAddressType
- String
The target IP address type. Possible values include: 'Dynamic', 'Static'
- targetSubnetName
- String
Target subnet name.
- testNetworkId
- String
Source network Id.
- testSubnetName
- String
Test subnet name.
- testIPAddress
- String
The test IP address.
- testIPAddressType
- String
The test IP address type. Possible values include: 'Dynamic', 'Static'
- targetNicName
- String
Target NIC name.
- isSelectedForMigration
- String
A value indicating whether this NIC is selected for migration.