Skip to content
Open
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: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e5b46e
e0a34c3
48 changes: 48 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -150188,6 +150188,10 @@ async def list_clusters(
"enabled": bool # Optional. Indicates whether the
Nvidia GPU Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the
RDMA shared device plugin is enabled.
Expand Down Expand Up @@ -150500,6 +150504,10 @@ async def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -150719,6 +150727,10 @@ async def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -150971,6 +150983,10 @@ async def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -151209,6 +151225,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -151428,6 +151448,10 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -151741,6 +151765,10 @@ async def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON:
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -151983,6 +152011,10 @@ async def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -152179,6 +152211,10 @@ async def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -152443,6 +152479,10 @@ async def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -152600,6 +152640,10 @@ async def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -152796,6 +152840,10 @@ async def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down
48 changes: 48 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -165915,6 +165915,10 @@ def list_clusters(
"enabled": bool # Optional. Indicates whether the
Nvidia GPU Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the
RDMA shared device plugin is enabled.
Expand Down Expand Up @@ -166227,6 +166231,10 @@ def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -166446,6 +166454,10 @@ def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -166698,6 +166710,10 @@ def create_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -166936,6 +166952,10 @@ def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON:
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -167155,6 +167175,10 @@ def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON:
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -167468,6 +167492,10 @@ def get_cluster(self, cluster_id: str, **kwargs: Any) -> JSON:
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -167710,6 +167738,10 @@ def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -167906,6 +167938,10 @@ def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -168170,6 +168206,10 @@ def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down Expand Up @@ -168327,6 +168367,10 @@ def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU Device
Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the Peer-to-peer OCI
registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA shared device
plugin is enabled.
Expand Down Expand Up @@ -168523,6 +168567,10 @@ def update_cluster(
"enabled": bool # Optional. Indicates whether the Nvidia GPU
Device Plugin is enabled.
},
"p2p_oci_registry_plugin": {
"enabled": bool # Optional. Indicates whether the
Peer-to-peer OCI registry component is enabled.
},
"rdma_shared_dev_plugin": {
"enabled": bool # Optional. Indicates whether the RDMA
shared device plugin is enabled.
Expand Down
Loading