Replicated VMNetwork Interface
data class ReplicatedVMNetworkInterface(val failoverTestPublicIpAddressId: String? = null, val failoverTestStaticIp: String? = null, val failoverTestSubnetName: String? = null, val isPrimary: Boolean? = 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, isPrimary: Boolean? = null, recoveryPublicIpAddressId: String? = null, sourceNetworkInterfaceId: String? = null, targetStaticIp: String? = null, targetSubnetName: 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 to use when a test 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 to use when a failover is done.