interface MACAddress {
    createdAt?: Date;
    id: string;
    macAddress: string;
    macType: MACAddressType;
    status: MACAddressStatus;
    updatedAt?: Date;
    zone: Zone;
}

Properties

createdAt?: Date

Date on which the virtual MAC was created.

id: string

ID of the flexible IP.

macAddress: string

MAC address of the Virtual MAC.

Type of virtual MAC.

Status of virtual MAC.

updatedAt?: Date

Date on which the virtual MAC was last updated.

zone: Zone

MAC address IP Availability Zone.