package documentation

Lazy public exports for a sharded direct protobuf package.

From __init__.py:

Class CalculatorServiceClient Calculator service for estimating resource costs.
Class CostBreakdown Detailed cost breakdown showing individual SKU costs and totals.
Class CreateOneTimeExportRequest No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class EstimateBatchRequest No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class EstimateBatchResponse No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class EstimateRequest No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class EstimateResponse No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class ExportFormat Supported export formats for billing reports.
Class GeneralResourceCost General resource cost for single-unit resources. Used for resources like compute instances or disks where the unit count is not variable.
Class GeneralTotalCost General total cost with a single fixed amount. Used for resources with predictable, non-variable pricing.
Class GetOneTimeExportRequest No class docstring; 1/1 property, 3/3 constants, 2/2 methods documented
Class ListOneTimeExportsRequest No class docstring; 3/3 properties, 3/3 constants, 4/4 methods documented
Class ListOneTimeExportsResponse No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class OfferType OfferType is a enum that specifies the type of offer.
Class OneTimeExport One-time export of billing reports as a downloadable archive. Creates a .tar.gz archive of FOCUS billing data for the requested period and provides a presigned download URL.
Class OneTimeExportServiceClient Service for managing one-time billing report exports. Enables creation of downloadable archives of billing data for a specified period.
Class OneTimeExportSpec Specification for one-time billing report export.
Class OneTimeExportState Lifecycle states for one-time export.
Class OneTimeExportStateDetails Additional details about the current state of the export.
Class OneTimeExportStatus Status information for one-time export.
Class ResourceGroupCost Cost information for a group of resources.
Class ResourceSpec Resource specification for cost estimation. Contains the specifications for creating and updating different types of resources.
Function _nebius_module_dir Undocumented
Function _nebius_module_getattr Undocumented
Constant _NEBIUS_EXPORT_SHARDS Undocumented
Constant _NEBIUS_SHARD_NAMES Undocumented
def _nebius_module_dir() -> list[str]: (source)

Undocumented

def _nebius_module_getattr(name: str) -> object: (source)

Undocumented

_NEBIUS_EXPORT_SHARDS: dict[str, str] = (source)

Undocumented

Value
{'CalculatorServiceClient': '_impl_000',
 'CostBreakdown': '_impl_000',
 'CreateOneTimeExportRequest': '_impl_000',
 'EXTENSIONS': '_impl_000',
 'EXTENSION_HANDLES': '_impl_000',
 'EstimateBatchRequest': '_impl_000',
 'EstimateBatchResponse': '_impl_000',
...
_NEBIUS_SHARD_NAMES: dict = (source)

Undocumented

Value
{'_impl_000': ('CalculatorServiceClient',
               'CostBreakdown',
               'CreateOneTimeExportRequest',
               'EXTENSIONS',
               'EXTENSION_HANDLES',
               'EstimateBatchRequest',
               'EstimateBatchResponse',
...