Module Values.ResilienceSource

Details of the SAP HANA system replication for the instance.

Sourcetype nonrec t = {
  1. hsrTier : String_.t option;
    (*

    The tier of the component.

    *)
  2. hsrReplicationMode : ReplicationMode.t option;
    (*

    The replication mode of the component.

    *)
  3. hsrOperationMode : OperationMode.t option;
    (*

    The operation mode of the component.

    *)
  4. clusterStatus : ClusterStatus.t option;
    (*

    The cluster status of the component.

    *)
  5. enqueueReplication : Boolean.t option;
    (*

    Indicates if or not enqueue replication is enabled for the ASCS component.

    *)
}
Sourceval make : ?hsrTier:??? -> ?hsrReplicationMode:??? -> ?hsrOperationMode:??? -> ?clusterStatus:??? -> ?enqueueReplication:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t