HighAvailabilitySoftwareConfigurationArgs

data class HighAvailabilitySoftwareConfigurationArgs(val fencingClientId: Output<String>, val fencingClientPassword: Output<String>) : ConvertibleToJava<HighAvailabilitySoftwareConfigurationArgs>

Gets or sets the HA software configuration.

Constructors

constructor(fencingClientId: Output<String>, fencingClientPassword: Output<String>)

Properties

Link copied to clipboard
val fencingClientId: Output<String>

The fencing client id.

Link copied to clipboard

The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs.

Functions

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