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

    Interface SecurityGroupStatus

    interface SecurityGroupStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SecurityGroupStatus";
        default: boolean;
        state: SecurityGroupStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.SecurityGroupStatus"
    default: boolean

    Indicates if this is the default security group for the network. Only one security group can be default per network. Will be used on the interface if no other is specified.

    Current state of the security group.