Interface

NM-1.0NMSettingPrefixDelegationConstructorProps

interface ConstructorProps {
    name: string;
    subnet_id: number | bigint;
    subnetId: number | bigint;
}

Hierarchy (View Summary)

Index
subnet_id: number | bigint
subnetId: number | bigint
name: string