VMwareCbtNicDetailsResponse

data class VMwareCbtNicDetailsResponse(val isPrimaryNic: String? = null, val isSelectedForMigration: String? = null, val nicId: String, val sourceIPAddress: String, val sourceIPAddressType: String, val sourceNetworkId: String, val targetIPAddress: String? = null, val targetIPAddressType: String? = null, val targetSubnetName: String? = null)

VMwareCbt NIC details.

Constructors

Link copied to clipboard
constructor(isPrimaryNic: String? = null, isSelectedForMigration: String? = null, nicId: String, sourceIPAddress: String, sourceIPAddressType: String, sourceNetworkId: String, targetIPAddress: String? = null, targetIPAddressType: String? = null, targetSubnetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isPrimaryNic: String? = null

A value indicating whether this is the primary NIC.

Link copied to clipboard

A value indicating whether this NIC is selected for migration.

Link copied to clipboard

The NIC Id.

Link copied to clipboard

The source IP address.

Link copied to clipboard

The source IP address type.

Link copied to clipboard

Source network Id.

Link copied to clipboard
val targetIPAddress: String? = null

The target IP address.

Link copied to clipboard

The target IP address type.

Link copied to clipboard

Target subnet name.