File tree Expand file tree Collapse file tree 11 files changed +56
-12
lines changed
Expand file tree Collapse file tree 11 files changed +56
-12
lines changed Original file line number Diff line number Diff line change 99)
1010from .domain import (
1111 Action ,
12+ ActionError ,
1213 ActionException ,
1314 ActionFailedException ,
15+ ActionResource ,
1416 ActionStatus ,
1517 ActionTimeoutException ,
1618)
1719
1820__all__ = [
19- "Action" ,
20- "ActionStatus" ,
21- "ActionException" ,
22- "ActionFailedException" ,
23- "ActionTimeoutException" ,
2421 "ActionsClient" ,
25- "ActionSort" ,
2622 "ActionsPageResult" ,
2723 "BoundAction" ,
2824 "ResourceActionsClient" ,
25+ "ActionSort" ,
26+ "ActionStatus" ,
27+ "Action" ,
28+ "ActionResource" ,
29+ "ActionError" ,
30+ "ActionException" ,
31+ "ActionFailedException" ,
32+ "ActionTimeoutException" ,
2933]
Original file line number Diff line number Diff line change 22
33from .domain import DeprecationInfo
44
5- __all__ = ["DeprecationInfo" ]
5+ __all__ = [
6+ "DeprecationInfo" ,
7+ ]
Original file line number Diff line number Diff line change 55 FloatingIPsClient ,
66 FloatingIPsPageResult ,
77)
8- from .domain import CreateFloatingIPResponse , FloatingIP
8+ from .domain import CreateFloatingIPResponse , FloatingIP , FloatingIPProtection
99
1010__all__ = [
1111 "BoundFloatingIP" ,
1212 "CreateFloatingIPResponse" ,
1313 "FloatingIP" ,
14+ "FloatingIPProtection" ,
1415 "FloatingIPsClient" ,
1516 "FloatingIPsPageResult" ,
1617]
Original file line number Diff line number Diff line change 22
33from .labels import LabelValidator
44
5- __all__ = ["LabelValidator" ]
5+ __all__ = [
6+ "LabelValidator" ,
7+ ]
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33from .client import BoundImage , ImagesClient , ImagesPageResult
4- from .domain import CreateImageResponse , Image
4+ from .domain import CreateImageResponse , Image , ImageProtection
55
66__all__ = [
77 "BoundImage" ,
88 "CreateImageResponse" ,
99 "Image" ,
10+ "ImageProtection" ,
1011 "ImagesClient" ,
1112 "ImagesPageResult" ,
1213]
Original file line number Diff line number Diff line change 1515 LoadBalancerHealtCheckHttp ,
1616 LoadBalancerHealthCheck ,
1717 LoadBalancerHealthCheckHttp ,
18+ LoadBalancerProtection ,
1819 LoadBalancerService ,
1920 LoadBalancerServiceHttp ,
2021 LoadBalancerTarget ,
2122 LoadBalancerTargetHealthStatus ,
2223 LoadBalancerTargetIP ,
2324 LoadBalancerTargetLabelSelector ,
25+ MetricsType ,
2426 PrivateNet ,
2527 PublicNetwork ,
2628)
3234 "IPv4Address" ,
3335 "IPv6Network" ,
3436 "LoadBalancer" ,
37+ "LoadBalancerProtection" ,
3538 "LoadBalancerAlgorithm" ,
3639 "LoadBalancerHealtCheckHttp" ,
3740 "LoadBalancerHealthCheckHttp" ,
4649 "LoadBalancersPageResult" ,
4750 "PrivateNet" ,
4851 "PublicNetwork" ,
52+ "MetricsType" ,
4953]
Original file line number Diff line number Diff line change 44from .domain import (
55 CreateNetworkResponse ,
66 Network ,
7+ NetworkProtection ,
78 NetworkRoute ,
89 NetworkSubnet ,
910)
1213 "BoundNetwork" ,
1314 "CreateNetworkResponse" ,
1415 "Network" ,
16+ "NetworkProtection" ,
1517 "NetworkRoute" ,
1618 "NetworkSubnet" ,
1719 "NetworksClient" ,
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33from .client import BoundPrimaryIP , PrimaryIPsClient , PrimaryIPsPageResult
4- from .domain import CreatePrimaryIPResponse , PrimaryIP
4+ from .domain import CreatePrimaryIPResponse , PrimaryIP , PrimaryIPProtection
55
66__all__ = [
77 "BoundPrimaryIP" ,
88 "CreatePrimaryIPResponse" ,
99 "PrimaryIP" ,
10+ "PrimaryIPProtection" ,
1011 "PrimaryIPsClient" ,
1112 "PrimaryIPsPageResult" ,
1213]
Original file line number Diff line number Diff line change 77 GetMetricsResponse ,
88 IPv4Address ,
99 IPv6Network ,
10+ MetricsType ,
1011 PrivateNet ,
1112 PublicNetwork ,
1213 PublicNetworkFirewall ,
14+ RebuildResponse ,
1315 RequestConsoleResponse ,
1416 ResetPasswordResponse ,
1517 Server ,
1618 ServerCreatePublicNetwork ,
19+ ServerProtection ,
1720)
1821
1922__all__ = [
2932 "RequestConsoleResponse" ,
3033 "ResetPasswordResponse" ,
3134 "Server" ,
35+ "ServerProtection" ,
3236 "ServerCreatePublicNetwork" ,
3337 "ServersClient" ,
3438 "ServersPageResult" ,
39+ "RebuildResponse" ,
40+ "MetricsType" ,
3541]
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33from .client import BoundVolume , VolumesClient , VolumesPageResult
4- from .domain import CreateVolumeResponse , Volume
4+ from .domain import CreateVolumeResponse , Volume , VolumeProtection
55
66__all__ = [
77 "BoundVolume" ,
88 "CreateVolumeResponse" ,
99 "Volume" ,
10+ "VolumeProtection" ,
1011 "VolumesClient" ,
1112 "VolumesPageResult" ,
1213]
You can’t perform that action at this time.
0 commit comments