Backend Service Fabric Cluster Args
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
The client certificate resource id for the management endpoint.
Link copied to clipboard
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.