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

Properties

createdAt?: Date

Private Network creation date.

id: string

UUID of the Server-to-Private Network mapping.

ipamIpIds: string[]

IPAM IP IDs of the server, if it has any.

privateNetworkId: string

Private Network UUID.

projectId: string

Private Network Project UUID.

serverId: string

Server UUID.

Configuration status of the Private Network.

updatedAt?: Date

Date the Private Network was last modified.

vlan?: number

VLAN UUID associated with the Private Network.