interface GetRemainingQuotaResponse {
    failoverBlockQuota: number;
    failoverBlockRemainingQuota: number;
    failoverIpQuota: number;
    failoverIpRemainingQuota: number;
}

Properties

failoverBlockQuota: number

Current failover block quota.

failoverBlockRemainingQuota: number

Remaining failover block quota.

failoverIpQuota: number

Current failover IP quota.

failoverIpRemainingQuota: number

Remaining failover IP quota.