VmwareReplicatedVmNetworkInterface

data class VmwareReplicatedVmNetworkInterface(val isPrimary: Boolean, val sourceMacAddress: String, val targetStaticIp: String? = null, val targetSubnetName: String? = null, val testSubnetName: String? = null)

Constructors

Link copied to clipboard
constructor(isPrimary: Boolean, sourceMacAddress: String, targetStaticIp: String? = null, targetSubnetName: String? = null, testSubnetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this network_interface is primary for the replicated VM.

Link copied to clipboard

Mac address of the network interface of source VM.

Link copied to clipboard
val targetStaticIp: String? = null

Static IP to assign when a failover is done.

Link copied to clipboard

Name of the subnet to use when a failover is done.

Link copied to clipboard
val testSubnetName: String? = null

Name of the subnet to use when a test failover is done.