CreateInstanceRequest: {
    endpoints?: Mongodb.v1alpha1.EndpointSpec[];
    name?: string;
    nodeNumber: number;
    nodeType: string;
    password: string;
    projectId?: string;
    region?: Region;
    tags?: string[];
    userName: string;
    version: string;
    volume?: CreateInstanceRequestVolumeDetails;
}

Type declaration

  • Optionalendpoints?: Mongodb.v1alpha1.EndpointSpec[]

    One or multiple EndpointSpec used to expose your Database Instance.

  • Optionalname?: string

    Name of the Database Instance.

  • nodeNumber: number

    Number of node to use for the Database Instance.

  • nodeType: string

    Type of node to use for the Database Instance.

  • password: string

    Password of the initial user.

  • OptionalprojectId?: string

    The Project ID on which the Database Instance will be created.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    Tags to apply to the Database Instance.

  • userName: string

    Username created when the Database Instance is created.

  • version: string

    Version of the MongoDB® engine.

  • Optionalvolume?: CreateInstanceRequestVolumeDetails

    Instance volume information.