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

Properties

createdAt?: Date

Private Network creation date.

id: string

ID of the Server-to-Private Network mapping.

ipamIpIds: string[]

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

privateNetworkId: string

Private Network ID.

projectId: string

Private Network Project ID.

serverId: string

Apple silicon server ID.

Configuration status of the Private Network.

updatedAt?: Date

Date the Private Network was last modified.

vlan?: number

ID of the VLAN associated with the Private Network.