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
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/block/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file was automatically generated. DO NOT EDIT.
# If you have any remark or suggestion do not hesitate to open an issue.
51 changes: 51 additions & 0 deletions scaleway-async/scaleway_async/block/v1alpha1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 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 .types import ReferenceType
from .types import SnapshotStatus
from .types import StorageClass
from .types import VolumeStatus
from .types import CreateVolumeRequestFromEmpty
from .types import CreateVolumeRequestFromSnapshot
from .types import ListSnapshotsResponse
from .types import ListVolumeTypesResponse
from .types import ListVolumesResponse
from .types import Reference
from .types import Snapshot
from .types import SnapshotParentVolume
from .types import SnapshotSummary
from .types import Volume
from .types import VolumeSpecifications
from .types import VolumeType
from .content import REFERENCE_TRANSIENT_STATUSES
from .content import SNAPSHOT_TRANSIENT_STATUSES
from .content import VOLUME_TRANSIENT_STATUSES
from .api import BlockV1Alpha1API

__all__ = [
"ListSnapshotsRequestOrderBy",
"ListVolumesRequestOrderBy",
"ReferenceStatus",
"ReferenceType",
"SnapshotStatus",
"StorageClass",
"VolumeStatus",
"CreateVolumeRequestFromEmpty",
"CreateVolumeRequestFromSnapshot",
"ListSnapshotsResponse",
"ListVolumeTypesResponse",
"ListVolumesResponse",
"Reference",
"Snapshot",
"SnapshotParentVolume",
"SnapshotSummary",
"Volume",
"VolumeSpecifications",
"VolumeType",
"REFERENCE_TRANSIENT_STATUSES",
"SNAPSHOT_TRANSIENT_STATUSES",
"VOLUME_TRANSIENT_STATUSES",
"BlockV1Alpha1API",
]
Loading