Replicated VMNetwork Interface Args
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
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.
Link copied to clipboard
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
Static IP to assign when a failover is done.
Link copied to clipboard
Name of the subnet to use when a failover is done.