interface PrivateNIC {
    id: string;
    macAddress: string;
    privateNetworkId: string;
    serverId: string;
    state: PrivateNICState;
    tags: string[];
}

Properties

id: string

Private NIC unique ID.

macAddress: string

Private NIC MAC address.

privateNetworkId: string

Private Network the private NIC is attached to.

serverId: string

Instance to which the private NIC is attached.

Private NIC state.

tags: string[]

Private NIC tags.