Type Alias IPv6BlockApiCreateIPv6BlockSubnetRequest

IPv6BlockApiCreateIPv6BlockSubnetRequest: {
    address: string;
    blockId: number;
    cidr: number;
}

Type declaration

  • address: string

    Address of the IPv6.

  • blockId: number

    ID of the IPv6 block.

  • cidr: number

    Classless InterDomain Routing notation of the IPv6.