Package version:

Gets or sets the HA software configuration.

interface HighAvailabilitySoftwareConfiguration {
    fencingClientId: string;
    fencingClientPassword: string;
}

Properties

fencingClientId: string

The fencing client id.

fencingClientPassword: string

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