interface ServerPrivateNetwork {
    createdAt?: Date;
    id: string;
    privateNetworkId: string;
    projectId: string;
    serverId: string;
    status: BareMetal.v1.ServerPrivateNetworkStatus;
    updatedAt?: Date;
    vlan?: number;
}

Properties

createdAt?: Date

The Private Network creation date.

id: string

The Private Network ID.

privateNetworkId: string

The Private Network ID.

projectId: string

The Private Network Project ID.

serverId: string

The server ID.

The configuration status of the Private Network.

updatedAt?: Date

The date the Private Network was last modified.

vlan?: number

The VLAN ID associated to the Private Network.