BackendServiceFabricClusterArgs

data class BackendServiceFabricClusterArgs(val clientCertificateId: Output<String>? = null, val clientCertificateThumbprint: Output<String>? = null, val managementEndpoints: Output<List<String>>, val maxPartitionResolutionRetries: Output<Int>, val serverCertificateThumbprints: Output<List<String>>? = null, val serverX509Names: Output<List<BackendServiceFabricClusterServerX509NameArgs>>? = null) : ConvertibleToJava<BackendServiceFabricClusterArgs>

Constructors

Link copied to clipboard
constructor(clientCertificateId: Output<String>? = null, clientCertificateThumbprint: Output<String>? = null, managementEndpoints: Output<List<String>>, maxPartitionResolutionRetries: Output<Int>, serverCertificateThumbprints: Output<List<String>>? = null, serverX509Names: Output<List<BackendServiceFabricClusterServerX509NameArgs>>? = null)

Properties

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

The client certificate resource id for the management endpoint.

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

The client certificate thumbprint for the management endpoint.

Link copied to clipboard

A list of cluster management endpoints.

Link copied to clipboard

The maximum number of retries when attempting resolve the partition.

Link copied to clipboard

A list of thumbprints of the server certificates of the Service Fabric cluster.

Link copied to clipboard

One or more server_x509_name blocks as documented below.

Functions

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