interface PrivateNetwork {
    createdAt?: Date;
    id: string;
    name: string;
    organizationId: string;
    projectId: string;
    subnets: string[];
    tags: string[];
    updatedAt?: Date;
    zone: Zone;
}

Properties

createdAt?: Date

Date the Private Network was created.

id: string

Private Network ID.

name: string

Private Network name.

organizationId: string

Scaleway Organization the Private Network belongs to.

projectId: string

Scaleway Project the Private Network belongs to.

subnets: string[]

Private Network subnets CIDR.

tags: string[]

Tags of the Private Network.

updatedAt?: Date

Date the Private Network was last modified.

zone: Zone

Availability Zone in which the Private Network is available.