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

    Interface PublicIPAddressStatus

    interface PublicIPAddressStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.PublicIPAddressStatus";
        address: string;
        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.compute.v1.PublicIPAddressStatus"
    address: string

    Effective public IPv4 address assigned to the interface.

    allocationId: string

    Allocation identifier.

    static: boolean

    If false - Allocation will be created/deleted during NetworkInterface.Allocate/NetworkInterface.Deallocate If true - Allocation will be created/deleted during NetworkInterface.Create/NetworkInterface.Delete False by default