|
9429 | 9429 | ]
|
9430 | 9430 | },
|
9431 | 9431 | "setAutoHealingPolicies": {
|
| 9432 | + "deprecated": true, |
9432 | 9433 | "description": "Motifies the autohealing policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Use instanceGroupManagers.patch instead.",
|
9433 | 9434 | "flatPath": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setAutoHealingPolicies",
|
9434 | 9435 | "httpMethod": "POST",
|
|
25828 | 25829 | ]
|
25829 | 25830 | },
|
25830 | 25831 | "setAutoHealingPolicies": {
|
| 25832 | + "deprecated": true, |
25831 | 25833 | "description": "Modifies the autohealing policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Use regionInstanceGroupManagers.patch instead.",
|
25832 | 25834 | "flatPath": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setAutoHealingPolicies",
|
25833 | 25835 | "httpMethod": "POST",
|
|
41378 | 41380 | }
|
41379 | 41381 | }
|
41380 | 41382 | },
|
41381 |
| - "revision": "20230403", |
| 41383 | + "revision": "20230418", |
41382 | 41384 | "rootUrl": "https://compute.googleapis.com/",
|
41383 | 41385 | "schemas": {
|
41384 | 41386 | "AWSV4Signature": {
|
|
42970 | 42972 | "sourceSnapshotEncryptionKey": {
|
42971 | 42973 | "$ref": "CustomerEncryptionKey",
|
42972 | 42974 | "description": "The customer-supplied encryption key of the source snapshot."
|
| 42975 | + }, |
| 42976 | + "storagePool": { |
| 42977 | + "description": "The storage pool in which the new disk is created. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool ", |
| 42978 | + "type": "string" |
42973 | 42979 | }
|
42974 | 42980 | },
|
42975 | 42981 | "type": "object"
|
|
45981 | 45987 | "COMPUTE_OPTIMIZED",
|
45982 | 45988 | "COMPUTE_OPTIMIZED_C2D",
|
45983 | 45989 | "COMPUTE_OPTIMIZED_C3",
|
| 45990 | + "COMPUTE_OPTIMIZED_C3D", |
45984 | 45991 | "GENERAL_PURPOSE",
|
45985 | 45992 | "GENERAL_PURPOSE_E2",
|
45986 | 45993 | "GENERAL_PURPOSE_N2",
|
|
46004 | 46011 | "",
|
46005 | 46012 | "",
|
46006 | 46013 | "",
|
| 46014 | + "", |
46007 | 46015 | ""
|
46008 | 46016 | ],
|
46009 | 46017 | "type": "string"
|
@@ -46449,12 +46457,14 @@
|
46449 | 46457 | "enum": [
|
46450 | 46458 | "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED",
|
46451 | 46459 | "SEV",
|
46452 |
| - "SEV_SNP" |
| 46460 | + "SEV_SNP", |
| 46461 | + "TDX" |
46453 | 46462 | ],
|
46454 | 46463 | "enumDescriptions": [
|
46455 | 46464 | "No type specified. Do not use this value.",
|
46456 | 46465 | "AMD Secure Encrypted Virtualization.",
|
46457 |
| - "AMD Secure Encrypted Virtualization - Secure Nested Paging." |
| 46466 | + "AMD Secure Encrypted Virtualization - Secure Nested Paging.", |
| 46467 | + "Intel Trust Domain eXtension." |
46458 | 46468 | ],
|
46459 | 46469 | "type": "string"
|
46460 | 46470 | },
|
|
46964 | 46974 | ],
|
46965 | 46975 | "type": "string"
|
46966 | 46976 | },
|
| 46977 | + "storagePool": { |
| 46978 | + "description": "The storage pool in which the new disk is created. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /storagePools/storagePool - projects/project/zones/zone/storagePools/storagePool - zones/zone/storagePools/storagePool ", |
| 46979 | + "type": "string" |
| 46980 | + }, |
46967 | 46981 | "storageType": {
|
46968 | 46982 | "description": "[Deprecated] Storage type of the persistent disk.",
|
46969 | 46983 | "enum": [
|
|
50688 | 50702 | "SEV_CAPABLE",
|
50689 | 50703 | "SEV_LIVE_MIGRATABLE",
|
50690 | 50704 | "SEV_SNP_CAPABLE",
|
| 50705 | + "TDX_CAPABLE", |
50691 | 50706 | "UEFI_COMPATIBLE",
|
50692 | 50707 | "VIRTIO_SCSI_MULTIQUEUE",
|
50693 | 50708 | "WINDOWS"
|
|
50703 | 50718 | "",
|
50704 | 50719 | "",
|
50705 | 50720 | "",
|
| 50721 | + "", |
50706 | 50722 | ""
|
50707 | 50723 | ],
|
50708 | 50724 | "type": "string"
|
|
50912 | 50928 | "type": "object"
|
50913 | 50929 | },
|
50914 | 50930 | "HealthCheck": {
|
50915 |
| - "description": "Represents a Health Check resource. Google Compute Engine has two Health Check resources: * [Global](/compute/docs/reference/rest/alpha/healthChecks) * [Regional](/compute/docs/reference/rest/alpha/regionHealthChecks) Internal HTTP(S) load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Traffic Director must use global health checks (`compute.v1.HealthChecks`). Internal TCP/UDP load balancers can use either regional or global health checks (`compute.v1.regionHealthChecks` or `compute.v1.HealthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as well as managed instance group auto-healing must use global health checks (`compute.v1.HealthChecks`). Backend service-based network load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Target pool-based network load balancers must use legacy HTTP health checks (`compute.v1.httpHealthChecks`). For more information, see Health checks overview.", |
| 50931 | + "description": "Represents a Health Check resource. Google Compute Engine has two Health Check resources: * [Global](/compute/docs/reference/rest/alpha/healthChecks) * [Regional](/compute/docs/reference/rest/alpha/regionHealthChecks) Internal HTTP(S) load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Traffic Director must use global health checks (`compute.v1.healthChecks`). Internal TCP/UDP load balancers can use either regional or global health checks (`compute.v1.regionHealthChecks` or `compute.v1.healthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as well as managed instance group auto-healing must use global health checks (`compute.v1.healthChecks`). Backend service-based network load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Target pool-based network load balancers must use legacy HTTP health checks (`compute.v1.httpHealthChecks`). For more information, see Health checks overview.", |
50916 | 50932 | "id": "HealthCheck",
|
50917 | 50933 | "properties": {
|
50918 | 50934 | "checkIntervalSec": {
|
|
77279 | 77295 | "$ref": "CustomerEncryptionKey",
|
77280 | 77296 | "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key."
|
77281 | 77297 | },
|
| 77298 | + "sourceDiskForRecoveryCheckpoint": { |
| 77299 | + "description": "The source disk whose recovery checkpoint will be used to create this snapshot.", |
| 77300 | + "type": "string" |
| 77301 | + }, |
77282 | 77302 | "sourceDiskId": {
|
77283 | 77303 | "description": "[Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.",
|
77284 | 77304 | "type": "string"
|
|
80747 | 80767 | "id": "TargetHttpsProxiesSetCertificateMapRequest",
|
80748 | 80768 | "properties": {
|
80749 | 80769 | "certificateMap": {
|
80750 |
| - "description": "URL of the Certificate Map to associate with this TargetHttpsProxy.", |
| 80770 | + "description": "URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", |
80751 | 80771 | "type": "string"
|
80752 | 80772 | }
|
80753 | 80773 | },
|
|
80803 | 80823 | "type": "string"
|
80804 | 80824 | },
|
80805 | 80825 | "certificateMap": {
|
80806 |
| - "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored.", |
| 80826 | + "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", |
80807 | 80827 | "type": "string"
|
80808 | 80828 | },
|
80809 | 80829 | "creationTimestamp": {
|
|
82092 | 82112 | "id": "TargetSslProxiesSetCertificateMapRequest",
|
82093 | 82113 | "properties": {
|
82094 | 82114 | "certificateMap": {
|
82095 |
| - "description": "URL of the Certificate Map to associate with this TargetSslProxy.", |
| 82115 | + "description": "URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", |
82096 | 82116 | "type": "string"
|
82097 | 82117 | }
|
82098 | 82118 | },
|
|
82134 | 82154 | "id": "TargetSslProxy",
|
82135 | 82155 | "properties": {
|
82136 | 82156 | "certificateMap": {
|
82137 |
| - "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored.", |
| 82157 | + "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.", |
82138 | 82158 | "type": "string"
|
82139 | 82159 | },
|
82140 | 82160 | "creationTimestamp": {
|
|
0 commit comments