interface ClusterType {
    auditLogsSupported: boolean;
    availability: ClusterTypeAvailability;
    commitmentDelay?: string;
    dedicated: boolean;
    maxEtcdSize: number;
    maxNodes: number;
    memory: number;
    name: string;
    resiliency: ClusterTypeResiliency;
    sla: number;
}

Properties

auditLogsSupported: boolean

True if the offer allows activation of the audit log functionality. Please note that audit logs are sent to Cockpit.

Cluster type availability.

commitmentDelay?: string

Time period during which you can no longer switch to a lower offer.

dedicated: boolean

Returns information if this offer uses dedicated resources.

maxEtcdSize: number

Maximum amount of data that can be stored in etcd for the offer.

maxNodes: number

Maximum number of nodes supported by the offer.

memory: number

Max RAM allowed for the control plane.

name: string

Cluster type name.

Resiliency offered by the offer.

sla: number

Value of the Service Level Agreement of the offer.