|
1622 | 1622 | } |
1623 | 1623 | } |
1624 | 1624 | }, |
1625 | | - "revision": "20250410", |
| 1625 | + "revision": "20250417", |
1626 | 1626 | "rootUrl": "https://alloydb.googleapis.com/", |
1627 | 1627 | "schemas": { |
1628 | 1628 | "AuthorizedNetwork": { |
|
2737 | 2737 | "description": "An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.", |
2738 | 2738 | "id": "Instance", |
2739 | 2739 | "properties": { |
| 2740 | + "activationPolicy": { |
| 2741 | + "description": "Optional. Specifies whether an instance needs to spin up. Once the instance is active, the activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an instance can/cannot be activated (for example, a read pool instance should be stopped before stopping primary etc.). Please refer to the API documentation for more details.", |
| 2742 | + "enum": [ |
| 2743 | + "ACTIVATION_POLICY_UNSPECIFIED", |
| 2744 | + "ALWAYS", |
| 2745 | + "NEVER" |
| 2746 | + ], |
| 2747 | + "enumDescriptions": [ |
| 2748 | + "The policy is not specified.", |
| 2749 | + "The instance is running.", |
| 2750 | + "The instance is not running." |
| 2751 | + ], |
| 2752 | + "type": "string" |
| 2753 | + }, |
2740 | 2754 | "annotations": { |
2741 | 2755 | "additionalProperties": { |
2742 | 2756 | "type": "string" |
|
4352 | 4366 | "SIGNAL_TYPE_NO_DELETION_PROTECTION", |
4353 | 4367 | "SIGNAL_TYPE_INEFFICIENT_QUERY", |
4354 | 4368 | "SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD", |
4355 | | - "SIGNAL_TYPE_MEMORY_LIMIT" |
| 4369 | + "SIGNAL_TYPE_MEMORY_LIMIT", |
| 4370 | + "SIGNAL_TYPE_MAX_SERVER_MEMORY", |
| 4371 | + "SIGNAL_TYPE_LARGE_ROWS", |
| 4372 | + "SIGNAL_TYPE_HIGH_WRITE_PRESSURE", |
| 4373 | + "SIGNAL_TYPE_HIGH_READ_PRESSURE", |
| 4374 | + "SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED", |
| 4375 | + "SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED" |
4356 | 4376 | ], |
4357 | 4377 | "enumDeprecated": [ |
4358 | 4378 | false, |
|
4444 | 4464 | false, |
4445 | 4465 | false, |
4446 | 4466 | false, |
| 4467 | + false, |
| 4468 | + false, |
| 4469 | + false, |
| 4470 | + false, |
| 4471 | + false, |
| 4472 | + false, |
4447 | 4473 | false |
4448 | 4474 | ], |
4449 | 4475 | "enumDescriptions": [ |
|
4536 | 4562 | "Deletion Protection Disabled for the resource", |
4537 | 4563 | "Indicates that the instance has inefficient queries detected.", |
4538 | 4564 | "Indicates that the instance has read intensive workload.", |
4539 | | - "Indicates that the instance is nearing memory limit." |
| 4565 | + "Indicates that the instance is nearing memory limit.", |
| 4566 | + "Indicates that the instance's max server memory is configured higher than the recommended value.", |
| 4567 | + "Indicates that the database has large rows beyond the recommended limit.", |
| 4568 | + "Heavy write pressure on the database rows.", |
| 4569 | + "Heavy read pressure on the database rows.", |
| 4570 | + "Encryption org policy not satisfied.", |
| 4571 | + "Location org policy not satisfied." |
4540 | 4572 | ], |
4541 | 4573 | "type": "string" |
4542 | 4574 | }, |
|
4947 | 4979 | "SIGNAL_TYPE_NO_DELETION_PROTECTION", |
4948 | 4980 | "SIGNAL_TYPE_INEFFICIENT_QUERY", |
4949 | 4981 | "SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD", |
4950 | | - "SIGNAL_TYPE_MEMORY_LIMIT" |
| 4982 | + "SIGNAL_TYPE_MEMORY_LIMIT", |
| 4983 | + "SIGNAL_TYPE_MAX_SERVER_MEMORY", |
| 4984 | + "SIGNAL_TYPE_LARGE_ROWS", |
| 4985 | + "SIGNAL_TYPE_HIGH_WRITE_PRESSURE", |
| 4986 | + "SIGNAL_TYPE_HIGH_READ_PRESSURE", |
| 4987 | + "SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED", |
| 4988 | + "SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED" |
4951 | 4989 | ], |
4952 | 4990 | "enumDeprecated": [ |
4953 | 4991 | false, |
|
5039 | 5077 | false, |
5040 | 5078 | false, |
5041 | 5079 | false, |
| 5080 | + false, |
| 5081 | + false, |
| 5082 | + false, |
| 5083 | + false, |
| 5084 | + false, |
| 5085 | + false, |
5042 | 5086 | false |
5043 | 5087 | ], |
5044 | 5088 | "enumDescriptions": [ |
|
5131 | 5175 | "Deletion Protection Disabled for the resource", |
5132 | 5176 | "Indicates that the instance has inefficient queries detected.", |
5133 | 5177 | "Indicates that the instance has read intensive workload.", |
5134 | | - "Indicates that the instance is nearing memory limit." |
| 5178 | + "Indicates that the instance is nearing memory limit.", |
| 5179 | + "Indicates that the instance's max server memory is configured higher than the recommended value.", |
| 5180 | + "Indicates that the database has large rows beyond the recommended limit.", |
| 5181 | + "Heavy write pressure on the database rows.", |
| 5182 | + "Heavy read pressure on the database rows.", |
| 5183 | + "Encryption org policy not satisfied.", |
| 5184 | + "Location org policy not satisfied." |
5135 | 5185 | ], |
5136 | 5186 | "type": "string" |
5137 | 5187 | } |
|
5493 | 5543 | "ON_PREM", |
5494 | 5544 | "PRODUCT_TYPE_MEMORYSTORE", |
5495 | 5545 | "PRODUCT_TYPE_BIGTABLE", |
5496 | | - "PRODUCT_TYPE_OTHER", |
5497 | | - "PRODUCT_TYPE_FIRESTORE" |
| 5546 | + "PRODUCT_TYPE_FIRESTORE", |
| 5547 | + "PRODUCT_TYPE_COMPUTE_ENGINE", |
| 5548 | + "PRODUCT_TYPE_OTHER" |
5498 | 5549 | ], |
5499 | 5550 | "enumDeprecated": [ |
5500 | 5551 | false, |
|
5508 | 5559 | false, |
5509 | 5560 | false, |
5510 | 5561 | false, |
| 5562 | + false, |
5511 | 5563 | false |
5512 | 5564 | ], |
5513 | 5565 | "enumDescriptions": [ |
|
5521 | 5573 | "On premises database product.", |
5522 | 5574 | "Memorystore product area in GCP", |
5523 | 5575 | "Bigtable product area in GCP", |
5524 | | - "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum.", |
5525 | | - "Firestore product area in GCP." |
| 5576 | + "Firestore product area in GCP.", |
| 5577 | + "Compute Engine self managed databases", |
| 5578 | + "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." |
5526 | 5579 | ], |
5527 | 5580 | "type": "string" |
5528 | 5581 | }, |
|
0 commit comments