interface GetDefaultPartitioningSchemaRequest {
    offerId: string;
    osId: string;
    zone?: Zone;
}

Properties

Properties

offerId: string

ID of the offer.

osId: string

ID of the OS.

zone?: Zone

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