VmwareReplicatedVmNetworkInterfaceArgs

data class VmwareReplicatedVmNetworkInterfaceArgs(val isPrimary: Output<Boolean>, val sourceMacAddress: Output<String>, val targetStaticIp: Output<String>? = null, val targetSubnetName: Output<String>? = null, val testSubnetName: Output<String>? = null) : ConvertibleToJava<VmwareReplicatedVmNetworkInterfaceArgs>

Constructors

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

Properties

Link copied to clipboard
val isPrimary: Output<Boolean>

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: Output<String>? = null

Static IP to assign when a failover is done.

Link copied to clipboard
val targetSubnetName: Output<String>? = null

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

Link copied to clipboard
val testSubnetName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VmwareReplicatedVmNetworkInterfaceArgs