UpdatePrivateNetworkRequest: {
    name?: string;
    privateNetworkId: string;
    subnets?: string[];
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the private network.

  • privateNetworkId: string

    Private Network ID.

  • Optionalsubnets?: string[]

    Private Network subnets CIDR (deprecated).

  • Optionaltags?: string[]

    Tags for the Private Network.

  • Optionalzone?: Zone

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