Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions scaleway-async/scaleway_async/block/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
from .types import ListSnapshotsRequestOrderBy
from .types import ListVolumesRequestOrderBy
from .types import ReferenceStatus
from .content import REFERENCE_TRANSIENT_STATUSES
from .types import ReferenceType
from .types import SnapshotStatus
from .content import SNAPSHOT_TRANSIENT_STATUSES
from .types import StorageClass
from .types import VolumeStatus
from .content import VOLUME_TRANSIENT_STATUSES
from .types import Reference
from .types import SnapshotParentVolume
from .types import VolumeSpecifications
from .types import CreateVolumeRequestFromEmpty
from .types import CreateVolumeRequestFromSnapshot
from .types import Snapshot
from .types import VolumeType
from .types import Volume
from .types import CreateSnapshotRequest
from .types import CreateVolumeRequest
from .types import DeleteSnapshotRequest
from .types import DeleteVolumeRequest
from .types import ExportSnapshotToObjectStorageRequest
from .types import GetSnapshotRequest
from .types import GetVolumeRequest
from .types import ImportSnapshotFromObjectStorageRequest
from .types import ListSnapshotsRequest
from .types import ListSnapshotsResponse
from .types import ListVolumeTypesRequest
from .types import ListVolumeTypesResponse
from .types import ListVolumesRequest
from .types import ListVolumesResponse
from .types import UpdateSnapshotRequest
from .types import UpdateVolumeRequest
from .api import BlockV1API

__all__ = [
"ListSnapshotsRequestOrderBy",
"ListVolumesRequestOrderBy",
"ReferenceStatus",
"REFERENCE_TRANSIENT_STATUSES",
"ReferenceType",
"SnapshotStatus",
"SNAPSHOT_TRANSIENT_STATUSES",
"StorageClass",
"VolumeStatus",
"VOLUME_TRANSIENT_STATUSES",
"Reference",
"SnapshotParentVolume",
"VolumeSpecifications",
"CreateVolumeRequestFromEmpty",
"CreateVolumeRequestFromSnapshot",
"Snapshot",
"VolumeType",
"Volume",
"CreateSnapshotRequest",
"CreateVolumeRequest",
"DeleteSnapshotRequest",
"DeleteVolumeRequest",
"ExportSnapshotToObjectStorageRequest",
"GetSnapshotRequest",
"GetVolumeRequest",
"ImportSnapshotFromObjectStorageRequest",
"ListSnapshotsRequest",
"ListSnapshotsResponse",
"ListVolumeTypesRequest",
"ListVolumeTypesResponse",
"ListVolumesRequest",
"ListVolumesResponse",
"UpdateSnapshotRequest",
"UpdateVolumeRequest",
"BlockV1API",
]
Loading