controlPlaneAccessVirtualIpv4Addresses

@JvmName(name = "lggirvpqmgfufbxb")
suspend fun controlPlaneAccessVirtualIpv4Addresses(value: Output<List<String>>)
@JvmName(name = "qttdtaypqxlmbmkq")
suspend fun controlPlaneAccessVirtualIpv4Addresses(value: List<String>?)

Parameters

value

The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.


@JvmName(name = "pnskaipfnunuukpj")
suspend fun controlPlaneAccessVirtualIpv4Addresses(vararg values: Output<String>)


@JvmName(name = "xinplweklloycopo")
suspend fun controlPlaneAccessVirtualIpv4Addresses(values: List<Output<String>>)
@JvmName(name = "bwnkxlnjoeswhrvd")
suspend fun controlPlaneAccessVirtualIpv4Addresses(vararg values: String)

Parameters

values

The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.