Skip to content

Commit 0f3de1f

Browse files
authored
feat(sbs): switch sbs to Private Beta (#312)
1 parent 7ef7e0d commit 0f3de1f

File tree

12 files changed

+4040
-0
lines changed

12 files changed

+4040
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
3+
from .types import ListSnapshotsRequestOrderBy
4+
from .types import ListVolumesRequestOrderBy
5+
from .types import ReferenceStatus
6+
from .types import ReferenceType
7+
from .types import SnapshotStatus
8+
from .types import StorageClass
9+
from .types import VolumeStatus
10+
from .types import CreateVolumeRequestFromEmpty
11+
from .types import CreateVolumeRequestFromSnapshot
12+
from .types import ListSnapshotsResponse
13+
from .types import ListVolumeTypesResponse
14+
from .types import ListVolumesResponse
15+
from .types import Reference
16+
from .types import Snapshot
17+
from .types import SnapshotParentVolume
18+
from .types import SnapshotSummary
19+
from .types import Volume
20+
from .types import VolumeSpecifications
21+
from .types import VolumeType
22+
from .content import REFERENCE_TRANSIENT_STATUSES
23+
from .content import SNAPSHOT_TRANSIENT_STATUSES
24+
from .content import VOLUME_TRANSIENT_STATUSES
25+
from .api import BlockV1Alpha1API
26+
27+
__all__ = [
28+
"ListSnapshotsRequestOrderBy",
29+
"ListVolumesRequestOrderBy",
30+
"ReferenceStatus",
31+
"ReferenceType",
32+
"SnapshotStatus",
33+
"StorageClass",
34+
"VolumeStatus",
35+
"CreateVolumeRequestFromEmpty",
36+
"CreateVolumeRequestFromSnapshot",
37+
"ListSnapshotsResponse",
38+
"ListVolumeTypesResponse",
39+
"ListVolumesResponse",
40+
"Reference",
41+
"Snapshot",
42+
"SnapshotParentVolume",
43+
"SnapshotSummary",
44+
"Volume",
45+
"VolumeSpecifications",
46+
"VolumeType",
47+
"REFERENCE_TRANSIENT_STATUSES",
48+
"SNAPSHOT_TRANSIENT_STATUSES",
49+
"VOLUME_TRANSIENT_STATUSES",
50+
"BlockV1Alpha1API",
51+
]

0 commit comments

Comments
 (0)