Vmware Replicated Vm Network Interface Args
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
Properties
Link copied to clipboard
Mac address of the network interface of source VM.
Link copied to clipboard
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
Name of the subnet to use when a test failover is done.