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: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
375b304
8a97bd7
112 changes: 112 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -104895,6 +104895,14 @@ async def list_clusters(
"str" # Optional. An array of strings containing the
names of databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs
for the database cluster. Each CNAME must be a valid RFC 1123
hostname (e.g., "db.example.com"). Maximum of 16 CNAMEs allowed,
each up to 253 characters.
]
},
"id": "str", # Optional. A unique ID that can be used to
identify and reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -105354,6 +105362,14 @@ async def create_cluster(
"str" # Optional. An array of strings containing the names of
databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the database
cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify and
reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -105636,6 +105652,14 @@ async def create_cluster(
"str" # Optional. An array of strings containing the names
of databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -105987,6 +106011,14 @@ async def create_cluster(
"str" # Optional. An array of strings containing the names
of databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -106348,6 +106380,14 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"str" # Optional. An array of strings containing the names of
databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the database
cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify and
reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -106630,6 +106670,14 @@ async def create_cluster(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> J
"str" # Optional. An array of strings containing the names
of databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -107055,6 +107103,14 @@ async def get_cluster(self, database_cluster_uuid: str, **kwargs: Any) -> JSON:
"str" # Optional. An array of strings containing the names
of databases created in the database cluster.
],
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database cluster.
"maintenance_window": {
Expand Down Expand Up @@ -109889,6 +109945,14 @@ async def list_replicas(self, database_cluster_uuid: str, **kwargs: Any) -> JSON
"created_at": "2020-02-20 00:00:00", # Optional. A time
value given in ISO8601 combined date and time format that represents when
the database cluster was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs
for the database cluster. Each CNAME must be a valid RFC 1123
hostname (e.g., "db.example.com"). Maximum of 16 CNAMEs allowed,
each up to 253 characters.
]
},
"id": "str", # Optional. A unique ID that can be used to
identify and reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110090,6 +110154,14 @@ async def create_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given in
ISO8601 combined date and time format that represents when the database cluster
was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the database
cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify and
reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110161,6 +110233,14 @@ async def create_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
in ISO8601 combined date and time format that represents when the database
cluster was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110284,6 +110364,14 @@ async def create_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
in ISO8601 combined date and time format that represents when the database
cluster was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110399,6 +110487,14 @@ async def create_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given in
ISO8601 combined date and time format that represents when the database cluster
was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the database
cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify and
reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110470,6 +110566,14 @@ async def create_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
in ISO8601 combined date and time format that represents when the database
cluster was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database replica.
"private_connection": {
Expand Down Expand Up @@ -110800,6 +110904,14 @@ async def get_replica(
"created_at": "2020-02-20 00:00:00", # Optional. A time value given
in ISO8601 combined date and time format that represents when the database
cluster was created.
"do_settings": {
"service_cnames": [
"str" # Optional. An array of custom CNAMEs for the
database cluster. Each CNAME must be a valid RFC 1123 hostname (e.g.,
"db.example.com"). Maximum of 16 CNAMEs allowed, each up to 253
characters.
]
},
"id": "str", # Optional. A unique ID that can be used to identify
and reference a database replica.
"private_connection": {
Expand Down
Loading