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

    Interface GetEndpointRequest_ViewValueMembers

    Defines the static values of GetEndpointRequest_View.

    interface GetEndpointRequest_ViewValueMembers {
        SECRET: EnumInstance<"UNRECOGNIZED" | "VIEW_UNSPECIFIED" | "SECRET">;
        VIEW_UNSPECIFIED: EnumInstance<
            "UNRECOGNIZED"
            | "VIEW_UNSPECIFIED"
            | "SECRET",
        >;
    }
    Index
    SECRET: EnumInstance<"UNRECOGNIZED" | "VIEW_UNSPECIFIED" | "SECRET">

    Represents the SECRET protobuf enum value.

    VIEW_UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "VIEW_UNSPECIFIED" | "SECRET">

    Represents the VIEW_UNSPECIFIED protobuf enum value.