INPUT_OBJECT
FailoverClusterConfigInput
Description
Supported in v5.2+
link GraphQL Schema definition
- input FailoverClusterConfigInput {
- # Supported in v5.2+
- # ID of the SLA Domain that is assigned to the specified failover cluster.
- # Existing snapshots of the object will be retained with the configuration of
- # specified SLA Domain.
- : String
- # Required. Supported in v5.2+
- # Managed ID's of Hosts of the failover cluster.
- : [String!]!
- # Required. Supported in v5.2+
- # Name of the failover cluster.
- : String!
- }