interface Parameters {
    channels: [{
        allowedGenerations: [{
            name: string;
            uuid: string;
        }];
        defaultGeneration: {
            name: string;
            uuid: string;
        };
        name: string;
        uuid: string;
    }];
    clusterPlanTypes: [{
        name: string;
        uuid: string;
    }];
    regions: [{
        name: string;
        uuid: string;
    }];
}

Properties

channels: [{
    allowedGenerations: [{
        name: string;
        uuid: string;
    }];
    defaultGeneration: {
        name: string;
        uuid: string;
    };
    name: string;
    uuid: string;
}]

Type declaration

  • allowedGenerations: [{
        name: string;
        uuid: string;
    }]
  • defaultGeneration: {
        name: string;
        uuid: string;
    }
    • name: string
    • uuid: string
  • name: string
  • uuid: string
clusterPlanTypes: [{
    name: string;
    uuid: string;
}]

Type declaration

  • name: string
  • uuid: string
regions: [{
    name: string;
    uuid: string;
}]

Type declaration

  • name: string
  • uuid: string

Generated using TypeDoc