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

    Describes a public IP address.

    interface PublicIPAddress {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1alpha1.PublicIPAddress";
        allocation?: { $case: "allocationId"; allocationId: string };
        static: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1alpha1.PublicIPAddress"
    allocation?: { $case: "allocationId"; allocationId: string }

    Describes different methods of public IP address allocation.

    static: boolean

    If false - Lifecycle of allocation depends on NetworkInterface.Allocate/NetworkInterface.Deallocate If true - Lifecycle of allocation depends on NetworkInterface.Create/NetworkInterface.Delete False by default