Databricks SDK for JavaScript
    Preparing search index...

    Request to create a new failover group.

    interface CreateFailoverGroupRequest {
        failoverGroup?: FailoverGroup;
        failoverGroupId?: string;
        parent?: string;
        validateOnly?: boolean;
    }
    Index

    Properties

    failoverGroup?: FailoverGroup

    The failover group to create.

    failoverGroupId?: string

    Client-provided identifier for the failover group. Used to construct the resource name as {parent}/failover-groups/{failover_group_id}.

    parent?: string

    The parent resource. Format: accounts/{account_id}.

    validateOnly?: boolean

    When true, validates the request without creating the failover group.