CreatePrivateNetworkRequest: {
    name?: string;
    projectId?: string;
    subnets?: string[];
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name for the Private Network.

  • OptionalprojectId?: string

    Scaleway Project in which to create the Private Network.

  • Optionalsubnets?: string[]

    Private Network subnets CIDR.

  • Optionaltags?: string[]

    Tags for the Private Network.

  • Optionalzone?: Zone

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