ReplicatedVMNetworkInterface

data class ReplicatedVMNetworkInterface(val failoverTestPublicIpAddressId: String? = null, val failoverTestStaticIp: String? = null, val failoverTestSubnetName: String? = null, val recoveryLoadBalancerBackendAddressPoolIds: List<String>? = null, val recoveryPublicIpAddressId: String? = null, val sourceNetworkInterfaceId: String? = null, val targetStaticIp: String? = null, val targetSubnetName: String? = null)

Constructors

Link copied to clipboard
constructor(failoverTestPublicIpAddressId: String? = null, failoverTestStaticIp: String? = null, failoverTestSubnetName: String? = null, recoveryLoadBalancerBackendAddressPoolIds: List<String>? = null, recoveryPublicIpAddressId: String? = null, sourceNetworkInterfaceId: String? = null, targetStaticIp: String? = null, targetSubnetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Id of the public IP object to use when a test failover is done.

Link copied to clipboard

Static IP to assign when a test failover is done.

Link copied to clipboard

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

A list of IDs of Load Balancer Backend Address Pools to use when a failover is done.

Link copied to clipboard

Id of the public IP object to use when a failover is done.

Link copied to clipboard

(Required if the network_interface block is specified) Id source network interface.

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.