CreateVPCRequest: {
    enableRouting: boolean;
    name?: string;
    projectId?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • enableRouting: boolean

    Enable routing between Private Networks in the VPC.

  • Optionalname?: string

    Name for the VPC.

  • OptionalprojectId?: string

    Scaleway Project in which to create the VPC.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    Tags for the VPC.