class documentation

Undocumented

Class __OneOfClass_size__ Undocumented
Class __OneOfClass_size_size_bytes__ Undocumented
Class __OneOfClass_size_size_gibibytes__ Undocumented
Class __OneOfClass_size_size_kibibytes__ Undocumented
Class __OneOfClass_size_size_mebibytes__ Undocumented
Class FilesystemType No class docstring; 1/6 constant documented
Method __dir__ Undocumented
Method __init__ Create a wrapper around a protobuf message instance.
Method block_size_bytes.setter Undocumented
Method size_bytes.setter Undocumented
Method size_gibibytes.setter Undocumented
Method size_kibibytes.setter Undocumented
Method size_mebibytes.setter Undocumented
Method type.setter Undocumented
Constant __PB2_DESCRIPTOR__ Undocumented
Constant __PY_TO_PB2__ Undocumented
Class Variable __mask_functions__ Undocumented
Property block_size_bytes Block size in bytes. The block size must be a power of two between 4096 bytes (4 KiB) and 131072 bytes (128 KiB). The default value is 4096 bytes (4 KiB).
Property size Size of the disk. Only one size unit can be specified. The size must be within the limits for the selected disk type. For current limits, see https://docs.nebius.com/compute/storage/types#disks-types-comparison...
Property size_bytes Undocumented
Property size_gibibytes Undocumented
Property size_kibibytes Undocumented
Property size_mebibytes Undocumented
Property type The Shared Filesystem type determines its limits and performance characteristics. For details, see https://docs.nebius.com/compute/storage/types#filesystems-types

Inherited from Message:

Class Method get_descriptor Return the protobuf descriptor for this message class.
Class Method is_credentials Return True if the field contains credentials.
Class Method is_sensitive Return True if the field is marked as sensitive.
Method __repr__ Return a human-readable representation of the message, sanitizing sensitive fields.
Method check_presence Check explicit presence for a field in the protobuf message.
Method get_full_update_reset_mask Build a reset mask for a full update of this message.
Method get_mask Return the tracked reset mask.
Method is_default Return True if a field equals its default value.
Method set_mask Replace the tracked reset mask.
Method which_field_in_oneof Return the set field name for a given oneof.
Instance Variable __PB2_CLASS__ Protobuf message class associated with this wrapper.
Instance Variable __pb2_message__ Underlying protobuf message instance.
Method _clear_field Clear a field and record it in the reset mask.
Method _get_field Return a field value with optional wrapping and presence handling.
Method _set_field Set a field value and update the reset mask.
Class Variable __credentials_fields Undocumented
Class Variable __default Undocumented
Class Variable __sensitive_fields Undocumented
Instance Variable __recorded_reset_mask Mask tracking fields cleared or set to default.
def __dir__(self) -> abc.Iterable[builtins.str]: (source)

Undocumented

def __init__(self, initial_message: message_1.Message | None = None, *, size_bytes: builtins.int | None | unset.UnsetType = unset.Unset, size_kibibytes: builtins.int | None | unset.UnsetType = unset.Unset, size_mebibytes: builtins.int | None | unset.UnsetType = unset.Unset, size_gibibytes: builtins.int | None | unset.UnsetType = unset.Unset, block_size_bytes: builtins.int | None | unset.UnsetType = unset.Unset, type: FilesystemSpec.FilesystemType | filesystem_pb2.FilesystemSpec.FilesystemType | None | unset.UnsetType = unset.Unset): (source)

Create a wrapper around a protobuf message instance.

Raises
AttributeErrorIf the wrapper is missing required class metadata.
@block_size_bytes.setter
def block_size_bytes(self, value: builtins.int | None): (source)

Undocumented

@size_bytes.setter
def size_bytes(self, value: builtins.int | None): (source)

Undocumented

@size_gibibytes.setter
def size_gibibytes(self, value: builtins.int | None): (source)

Undocumented

@size_kibibytes.setter
def size_kibibytes(self, value: builtins.int | None): (source)

Undocumented

@size_mebibytes.setter
def size_mebibytes(self, value: builtins.int | None): (source)

Undocumented

@type.setter
def type(self, value: FilesystemSpec.FilesystemType | filesystem_pb2.FilesystemSpec.FilesystemType | None): (source)

Undocumented

__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.Descriptor]('.nebius.compute.v1.Filesyste
mSpec',
                                                   filesystem_pb2.DESCRIPTOR,
                                                   descriptor_1.Descriptor)
__PY_TO_PB2__: builtins.dict[builtins.str, builtins.str] = (source)

Undocumented

Value
{'size_bytes': 'size_bytes',
 'size_kibibytes': 'size_kibibytes',
 'size_mebibytes': 'size_mebibytes',
 'size_gibibytes': 'size_gibibytes',
 'block_size_bytes': 'block_size_bytes',
 'type': 'type',
 'size': 'size',
...
@builtins.property
block_size_bytes: builtins.int = (source)

Block size in bytes. The block size must be a power of two between 4096 bytes (4 KiB) and 131072 bytes (128 KiB). The default value is 4096 bytes (4 KiB).

Size of the disk. Only one size unit can be specified. The size must be within the limits for the selected disk type. For current limits, see https://docs.nebius.com/compute/storage/types#disks-types-comparison

@builtins.property
size_bytes: builtins.int | None = (source)

Undocumented

@builtins.property
size_gibibytes: builtins.int | None = (source)

Undocumented

@builtins.property
size_kibibytes: builtins.int | None = (source)

Undocumented

@builtins.property
size_mebibytes: builtins.int | None = (source)

Undocumented

The Shared Filesystem type determines its limits and performance characteristics. For details, see https://docs.nebius.com/compute/storage/types#filesystems-types