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

    Interface ResourceBehaviorValueMembers

    Defines the static values of ResourceBehavior.

    interface ResourceBehaviorValueMembers {
        IMMUTABLE_NAME: EnumInstance<
            | "UNRECOGNIZED"
            | "RESOURCE_BEHAVIOR_UNSPECIFIED"
            | "MOVABLE"
            | "UNNAMED"
            | "IMMUTABLE_NAME",
        >;
        MOVABLE: EnumInstance<
            | "UNRECOGNIZED"
            | "RESOURCE_BEHAVIOR_UNSPECIFIED"
            | "MOVABLE"
            | "UNNAMED"
            | "IMMUTABLE_NAME",
        >;
        RESOURCE_BEHAVIOR_UNSPECIFIED: EnumInstance<
            | "UNRECOGNIZED"
            | "RESOURCE_BEHAVIOR_UNSPECIFIED"
            | "MOVABLE"
            | "UNNAMED"
            | "IMMUTABLE_NAME",
        >;
        UNNAMED: EnumInstance<
            | "UNRECOGNIZED"
            | "RESOURCE_BEHAVIOR_UNSPECIFIED"
            | "MOVABLE"
            | "UNNAMED"
            | "IMMUTABLE_NAME",
        >;
    }
    Index
    IMMUTABLE_NAME: EnumInstance<
        | "UNRECOGNIZED"
        | "RESOURCE_BEHAVIOR_UNSPECIFIED"
        | "MOVABLE"
        | "UNNAMED"
        | "IMMUTABLE_NAME",
    >

    Indicates that the resource is named, and the name cannot be changed after it is created. It is strongly recommended to do srvices with renaming capability, as the guidelines suggest.

    MOVABLE: EnumInstance<
        | "UNRECOGNIZED"
        | "RESOURCE_BEHAVIOR_UNSPECIFIED"
        | "MOVABLE"
        | "UNNAMED"
        | "IMMUTABLE_NAME",
    >

    Indicates that the resource can be moved to another parent, typically an IAM container, though not necessarily limited to this. This behavior suggests that the metadata.parent_id attribute could be modified.

    RESOURCE_BEHAVIOR_UNSPECIFIED: EnumInstance<
        | "UNRECOGNIZED"
        | "RESOURCE_BEHAVIOR_UNSPECIFIED"
        | "MOVABLE"
        | "UNNAMED"
        | "IMMUTABLE_NAME",
    >

    The behavior of the resource is unspecified. Avoid using this default value.

    UNNAMED: EnumInstance<
        | "UNRECOGNIZED"
        | "RESOURCE_BEHAVIOR_UNSPECIFIED"
        | "MOVABLE"
        | "UNNAMED"
        | "IMMUTABLE_NAME",
    >

    Indicates that the resource name can be unspecified or does not follow uniqueness requirement within parent_id and resource type.