You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Optional. [Optional] Specifies the behavior of the Rollout if a conflict is\ndetected in a project during a Rollout. It can be one of the following\nvalues:\n1) empty : don't overwrite the local value if conflict happens. This is\nthe default behavior.\n2) \"overwrite\" : Overwrite the local value with the rollout value.\nThe concept of \"conflict\" applies to:\n1) Insert action. If the zonal policy already exists when Insert\nhappens, it's a conflict.\n2) Update action. If the zonal policy was updated out of band by a\nzonal API, it's a conflict.",
63012
+
"description": "Optional. Specifies the behavior of the rollout if a conflict is detected in a\nproject during a rollout. This only applies to `insert` and `update`\nmethods.\n\nA conflict occurs in the following cases:\n* `insert` method: If the zonal policy already exists when the insert\n happens.\n* `update` method: If the zonal policy was modified by a zonal API call\n outside of this rollout.\n\nPossible values are the following:\n* `\"\"` (empty string): If a conflict occurs, the local value is not\n overwritten. This is the default behavior.\n* `\"overwrite\"`: If a conflict occurs, the local value is overwritten\n with the rollout value.",
63013
63013
"type": "string"
63014
63014
},
63015
63015
"name": {
@@ -63031,7 +63031,7 @@
63031
63031
"type": "string"
63032
63032
},
63033
63033
"retryUuid": {
63034
-
"description": "Optional. The UUID of the retry action. Only set it if this is a retry\nfor an existing resource. This is for the user re-populate the resource\nwithout changes. An error will be returned if the retry_uuid is set but\nthe resource get modified.",
63034
+
"description": "Optional. The UUID that identifies a policy rollout retry attempt for update and\ndelete operations. Set this field only when retrying a rollout for an\nexisting extension policy.\n\n* `update` method: Lets you retry policy rollout without changes.\nAn error occurs if you set retry_uuid but the policy is modified.\n* `delete` method: Lets you retry policy deletion rollout if the\nprevious deletion rollout is not finished and the policy is in the\nDELETING state. If you set this field when the policy is not in the\nDELETING state, an error occurs.",
63035
63035
"type": "string"
63036
63036
}
63037
63037
},
@@ -72969,6 +72969,7 @@
72969
72969
"BPS_20G",
72970
72970
"BPS_2G",
72971
72971
"BPS_300M",
72972
+
"BPS_400G",
72972
72973
"BPS_400M",
72973
72974
"BPS_500M",
72974
72975
"BPS_50G",
@@ -72984,6 +72985,7 @@
72984
72985
"20 Gbit/s",
72985
72986
"2 Gbit/s",
72986
72987
"300 Mbit/s",
72988
+
"400 Gbit/s",
72987
72989
"400 Mbit/s",
72988
72990
"500 Mbit/s",
72989
72991
"50 Gbit/s",
@@ -102675,6 +102677,11 @@
102675
102677
"description": "An optional description of this resource. Provide this property when you\ncreate the resource.",
"description": "Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB",
102683
+
"readOnly": true
102684
+
},
102678
102685
"id": {
102679
102686
"description": "Output only. [Output Only] The unique identifier for the resource. This identifier is\ndefined by the server.",
102680
102687
"format": "uint64",
@@ -103047,6 +103054,31 @@
103047
103054
},
103048
103055
"type": "object"
103049
103056
},
103057
+
"StoragePoolExapoolProvisionedCapacityGb": {
103058
+
"description": "Exapool provisioned capacities for each SKU type",
103059
+
"id": "StoragePoolExapoolProvisionedCapacityGb",
103060
+
"properties": {
103061
+
"capacityOptimized": {
103062
+
"description": "Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool",
103063
+
"format": "int64",
103064
+
"readOnly": true,
103065
+
"type": "string"
103066
+
},
103067
+
"readOptimized": {
103068
+
"description": "Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool",
103069
+
"format": "int64",
103070
+
"readOnly": true,
103071
+
"type": "string"
103072
+
},
103073
+
"writeOptimized": {
103074
+
"description": "Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool",
103075
+
"format": "int64",
103076
+
"readOnly": true,
103077
+
"type": "string"
103078
+
}
103079
+
},
103080
+
"type": "object"
103081
+
},
103050
103082
"StoragePoolList": {
103051
103083
"description": "A list of StoragePool resources.",
103052
103084
"id": "StoragePoolList",
@@ -103394,6 +103426,30 @@
103394
103426
"format": "int64",
103395
103427
"type": "string"
103396
103428
},
103429
+
"exapoolMaxReadIops": {
103430
+
"description": "Output only. [Output Only] Maximum allowed read IOPS for this Exapool.",
103431
+
"format": "int64",
103432
+
"readOnly": true,
103433
+
"type": "string"
103434
+
},
103435
+
"exapoolMaxReadThroughput": {
103436
+
"description": "Output only. [Output Only] Maximum allowed read throughput in MiB/s for\nthis Exapool.",
103437
+
"format": "int64",
103438
+
"readOnly": true,
103439
+
"type": "string"
103440
+
},
103441
+
"exapoolMaxWriteIops": {
103442
+
"description": "Output only. [Output Only] Maximum allowed write IOPS for this Exapool.",
103443
+
"format": "int64",
103444
+
"readOnly": true,
103445
+
"type": "string"
103446
+
},
103447
+
"exapoolMaxWriteThroughput": {
103448
+
"description": "Output only. [Output Only] Maximum allowed write throughput in MiB/s\nfor this Exapool.",
103449
+
"format": "int64",
103450
+
"readOnly": true,
103451
+
"type": "string"
103452
+
},
103397
103453
"lastResizeTimestamp": {
103398
103454
"description": "Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format.",
103399
103455
"readOnly": true,
@@ -104151,7 +104207,7 @@
104151
104207
"type": "string"
104152
104208
},
104153
104209
"enableFlowLogs": {
104154
-
"description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not set\nthe default behavior is determined by the org policy, if there is no org\npolicy specified, then it will default to disabled. This field isn't\nsupported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY.",
104210
+
"description": "Whether to enable flow logging for this subnetwork. If this field is not\nexplicitly set, it will not appear in get listings. If not set\nthe default behavior is determined by the org policy, if there is no org\npolicy specified, then it will default to disabled. This field isn't\nsupported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. It is recommended to uselogConfig.enable field instead.",
0 commit comments