externalGossipCertificates

@JvmName(name = "avwjbagaraoenvbi")
suspend fun externalGossipCertificates(value: Output<List<CertificateArgs>>)
@JvmName(name = "katmrajsjereqaea")
suspend fun externalGossipCertificates(value: List<CertificateArgs>?)

Parameters

value

List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.


@JvmName(name = "nucolpuxyhmxlnlk")
suspend fun externalGossipCertificates(vararg values: Output<CertificateArgs>)


@JvmName(name = "djgvapsgpdtahmdn")
suspend fun externalGossipCertificates(values: List<Output<CertificateArgs>>)
@JvmName(name = "pfpwvlojkfpaulex")
suspend fun externalGossipCertificates(vararg values: CertificateArgs)

Parameters

values

List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.


@JvmName(name = "ffmilaabtnweofvn")
suspend fun externalGossipCertificates(argument: List<suspend CertificateArgsBuilder.() -> Unit>)
@JvmName(name = "allwrukvnesofdwl")
suspend fun externalGossipCertificates(vararg argument: suspend CertificateArgsBuilder.() -> Unit)
@JvmName(name = "crachwrrnooyjyag")
suspend fun externalGossipCertificates(argument: suspend CertificateArgsBuilder.() -> Unit)

Parameters

argument

List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.