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__ Undocumented
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 Undocumented
Class Method is_credentials Undocumented
Class Method is_sensitive Undocumented
Method __repr__ Undocumented
Method check_presence Undocumented
Method get_full_update_reset_mask Undocumented
Method get_mask Undocumented
Method is_default Undocumented
Method set_mask Undocumented
Method which_field_in_oneof Undocumented
Class Variable __PB2_CLASS__ Undocumented
Instance Variable __pb2_message__ Undocumented
Method _clear_field Undocumented
Method _get_field Undocumented
Method _set_field Undocumented
Class Variable __credentials_fields Undocumented
Class Variable __default Undocumented
Class Variable __sensitive_fields Undocumented
Instance Variable __recorded_reset_mask Undocumented
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)
def block_size_bytes(self, value: builtins.int | None): (source)

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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