ReplicatedVMNetworkInterfaceArgs

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

Constructors

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

Properties

Link copied to clipboard

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

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

Static IP to assign when a test failover is done.

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

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

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

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

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

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.

Functions

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