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

    Interface SubnetCidr

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

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

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1alpha1.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.v1alpha1.SubnetCidr"

    Contains the fully qualified protobuf type name.

    allowedMask: Long

    Maximum mask length for allocation from this cidr

    cidr: string

    CIDR block. May be a prefix length (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).

    State of the Cidr.