interface ExtentguardState {
    active: boolean;
    alwaysOn: boolean;
    enforcing: boolean;
    extentSetIds: string[];
}

Properties

active: boolean
alwaysOn: boolean
enforcing: boolean
extentSetIds: string[]