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

    Interface SecurityGroup

    SecurityGroup is a logical grouping of resources used to manage and apply network security policies collectively. Security group applies implicit deny at the end (traffic not matched by any rule will be denied).

    interface SecurityGroup {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SecurityGroup";
        metadata?: ResourceMetadata;
        spec?: SecurityGroupSpec;
        status?: SecurityGroupStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.SecurityGroup"
    metadata?: ResourceMetadata

    metadata.parent_id represents the Project.

    Specification of the security group's configuration.

    Current status of the security group.