BackendServiceFabricClusterPropertiesArgs

data class BackendServiceFabricClusterPropertiesArgs(val clientCertificateId: Output<String>? = null, val clientCertificatethumbprint: Output<String>? = null, val managementEndpoints: Output<List<String>>, val maxPartitionResolutionRetries: Output<Int>? = null, val serverCertificateThumbprints: Output<List<String>>? = null, val serverX509Names: Output<List<X509CertificateNameArgs>>? = null) : ConvertibleToJava<BackendServiceFabricClusterPropertiesArgs>

Properties of the Service Fabric Type Backend.

Constructors

constructor(clientCertificateId: Output<String>? = null, clientCertificatethumbprint: Output<String>? = null, managementEndpoints: Output<List<String>>, maxPartitionResolutionRetries: Output<Int>? = null, serverCertificateThumbprints: Output<List<String>>? = null, serverX509Names: Output<List<X509CertificateNameArgs>>? = null)

Properties

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

The client certificate id for the management endpoint.

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

The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided

Link copied to clipboard

The cluster management endpoint.

Link copied to clipboard
val maxPartitionResolutionRetries: Output<Int>? = null

Maximum number of retries while attempting resolve the partition.

Link copied to clipboard

Thumbprints of certificates cluster management service uses for tls communication

Link copied to clipboard

Server X509 Certificate Names Collection

Functions

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