interface ValidatePartitioningSchemaRequest {
    offerId: string;
    osId: string;
    partitioningSchema?: Schema;
    zone?: Zone;
}

Properties

offerId: string

Offer ID of the server.

osId: string

OS ID.

partitioningSchema?: Schema

Partitioning schema.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.