interface IPv6Block {
    address: string;
    cidr: number;
    delegationStatus: IPv6BlockDelegationStatus;
    duid: string;
    id: number;
    nameservers: string[];
    subnets: Dedibox.v1.IPv6Block[];
}

Properties

address: string

Address of the IPv6.

cidr: number

Classless InterDomain Routing notation of the IPv6.

delegationStatus: IPv6BlockDelegationStatus

The nameservers delegation status.

duid: string

DUID of the IPv6.

id: number

ID of the IPv6.

nameservers: string[]

DNS linked to the IPv6.

subnets: Dedibox.v1.IPv6Block[]

All IPv6 subnets.