@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface SubnetCidr

    Represents the nebius.vpc.v1.SubnetCidr protobuf message.

    interface SubnetCidr {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SubnetCidr";
        cidr: string;
        maxMaskLength: Long;
        state: AddressBlockState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Represents the nebius.vpc.v1.SubnetCidr protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.SubnetCidr protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.SubnetCidr"

    Contains the fully qualified protobuf type name.

    cidr: string

    A CIDR block (e.g., "10.1.2.0/24") or a prefix length (e.g., "/24"). If prefix length is specified, the CIDR block will be auto-allocated from the network's available space.

    maxMaskLength: Long

    Maximum mask length for an allocation from this block. Defaults to /32 for IPv4.

    Controls provisioning of IP addresses from the CIDR block. Defaults to AVAILABLE.