package documentation

Python SDK types generated from Nebius API descriptors.

From __init__.py:

Class BadRequest The request is invalid.
Class BadResourceState The resource we are trying to use, create, change or delete is in a bad state and cannot be used.
Class GetByNameRequest This message is used as the request for the GetByName method in services supporting uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id>.
Class GetOperationRequest No class docstring; 0/1 property, 2/2 methods documented
Class InternalError Generic internal error.
Class ListOperationsRequest No class docstring; 3/3 properties, 4/4 methods documented
Class ListOperationsResponse No class docstring; 0/2 property, 3/3 methods documented
Class NotEnoughResources Indicates that there are not enough resources available to perform the requested action.
Class Operation No class docstring; 11/11 properties, 12/12 methods, 1/1 class documented
Class OperationAborted Operation on the resource has been aborted by a subsequent operation.
Class OperationConflict Operation cannot be started because a conflicting operation is already running on the same resource. Wait until the conflicting operation finishes, then you can retry starting your operation.
Class OutOfRange Indicates that element with requested parameters is exceeding the particular range.
Class PermissionDenied Indicates that the action cannot be performed because there are insufficient access rights to a resource.
Class PreflightCheckContext Context supplied by a caller when requesting a server-side preflight check.
Class PreflightCheckDiagnostic A user-facing diagnostic produced by a preflight check.
Class PreflightCheckResult Common preflight result for services that do not expose additional machine-readable impact fields. Service-defined result messages implement the same structural interface by declaring these three fields with the same names and types, and may add service-specific fields.
Class ProgressTracker Information for tracking the progress of a task (e.g., an API operation or background maintenance action). This serves as a UI contract and may be directly reflected in CLI, Console, and other tools.
Class QuotaFailure Indicates a failure due to exceeding specified limits or allocations in a system or service.
Class RecurrentResourceEvent A resource event that has occurred (more or less in the same way) multiple times across a service-defined aggregation interval
Class ResourceAlreadyExists Resource we are trying to create already exists.
Class ResourceConflict There is a difference between the actual resource state and the expected one.
Class ResourceEvent Represents an API Resource-related event which is potentially important to the end-user. What exactly constitutes an event to be reported is service-dependent
Class ResourceMetadata Common resource metadata.
Class ResourceNotFound Resource we are trying to interact with does not exist.
Class ServiceError No class docstring; 4/17 properties, 17/17 methods, 1/15 class documented
Class TooManyRequests You initiated too many requests to the service at once. Enhance your calm.
Class Warning No class docstring; 7/7 properties, 8/8 methods, 0/2 class documented
Class Warnings No class docstring; 1/1 property, 2/2 methods documented
Variable BadRequest__Violation Undocumented
Variable NotEnoughResources__Violation Undocumented
Variable Operation__RequestHeader Request header is a container for all the values of a particular header of a request because there is no such thing as map<string, repeated string>
Variable PreflightCheckContext__Action Operation evaluated by the preflight check.
Variable PreflightCheckDiagnostic__Severity Effect of the diagnostic on the proposed operation.
Variable ProgressTracker__Step Represents a basic step in the task. Fields are binary-compatible with ProgressTracker for easier processing.
Variable ProgressTracker__WorkDone Information about the work done by the task or its step, expressed in ticks (abstract work units). Each tick may represent a real measurement (e.g., VMs created, KiB uploaded), number of substeps or a percentage of work completed.
Variable QuotaFailure__Violation Undocumented
Variable ResourceEvent__Level Undocumented
Variable ServiceError__RetryType Undocumented
Variable Warning__Code Undocumented
Variable Warning__Target Undocumented
Class OperationServiceClient Service for reading operations.
BadRequest__Violation = (source)

Undocumented

NotEnoughResources__Violation = (source)

Undocumented

Operation__RequestHeader = (source)

Request header is a container for all the values of a particular header of a request because there is no such thing as map<string, repeated string>

PreflightCheckContext__Action = (source)

Operation evaluated by the preflight check.

PreflightCheckDiagnostic__Severity = (source)

Effect of the diagnostic on the proposed operation.

ProgressTracker__Step = (source)

Represents a basic step in the task. Fields are binary-compatible with ProgressTracker for easier processing.

ProgressTracker__WorkDone = (source)

Information about the work done by the task or its step, expressed in ticks (abstract work units). Each tick may represent a real measurement (e.g., VMs created, KiB uploaded), number of substeps or a percentage of work completed.

QuotaFailure__Violation = (source)

Undocumented

ResourceEvent__Level = (source)

Undocumented

ServiceError__RetryType = (source)

Undocumented

Warning__Code = (source)

Undocumented

Warning__Target = (source)

Undocumented