Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fb0ea9

Browse files
committedJan 28, 2025
feat(datafusion): update the api
#### datafusion:v1 The following keys were added: - schemas.Instance.properties.maintenanceEvents (Total Keys: 3) - schemas.MaintenanceEvent (Total Keys: 10) #### datafusion:v1beta1 The following keys were added: - schemas.Instance.properties.maintenanceEvents (Total Keys: 3) - schemas.MaintenanceEvent (Total Keys: 10)
1 parent 3b134fd commit 2fb0ea9

File tree

4 files changed

+152
-8
lines changed

4 files changed

+152
-8
lines changed
 

‎docs/dyn/datafusion_v1.projects.locations.instances.html

+32-4
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ <h3>Method Details</h3>
168168
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
169169
&quot;a_key&quot;: &quot;A String&quot;,
170170
},
171+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
172+
{ # Represents a maintenance event.
173+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
174+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
175+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
176+
},
177+
],
171178
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
172179
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
173180
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -194,7 +201,7 @@ <h3>Method Details</h3>
194201
&quot;unreachableCidrBlock&quot;: &quot;A String&quot;, # Optional. Input only. The CIDR block to which the CDF instance can&#x27;t route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Example: 192.168.0.0/25
195202
},
196203
},
197-
&quot;options&quot;: { # Map of additional options used to configure the behavior of Data Fusion instance.
204+
&quot;options&quot;: { # Optional. Map of additional options used to configure the behavior of Data Fusion instance.
198205
&quot;a_key&quot;: &quot;A String&quot;,
199206
},
200207
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
@@ -333,6 +340,13 @@ <h3>Method Details</h3>
333340
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
334341
&quot;a_key&quot;: &quot;A String&quot;,
335342
},
343+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
344+
{ # Represents a maintenance event.
345+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
346+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
347+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
348+
},
349+
],
336350
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
337351
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
338352
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -359,7 +373,7 @@ <h3>Method Details</h3>
359373
&quot;unreachableCidrBlock&quot;: &quot;A String&quot;, # Optional. Input only. The CIDR block to which the CDF instance can&#x27;t route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Example: 192.168.0.0/25
360374
},
361375
},
362-
&quot;options&quot;: { # Map of additional options used to configure the behavior of Data Fusion instance.
376+
&quot;options&quot;: { # Optional. Map of additional options used to configure the behavior of Data Fusion instance.
363377
&quot;a_key&quot;: &quot;A String&quot;,
364378
},
365379
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
@@ -488,6 +502,13 @@ <h3>Method Details</h3>
488502
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
489503
&quot;a_key&quot;: &quot;A String&quot;,
490504
},
505+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
506+
{ # Represents a maintenance event.
507+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
508+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
509+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
510+
},
511+
],
491512
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
492513
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
493514
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -514,7 +535,7 @@ <h3>Method Details</h3>
514535
&quot;unreachableCidrBlock&quot;: &quot;A String&quot;, # Optional. Input only. The CIDR block to which the CDF instance can&#x27;t route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Example: 192.168.0.0/25
515536
},
516537
},
517-
&quot;options&quot;: { # Map of additional options used to configure the behavior of Data Fusion instance.
538+
&quot;options&quot;: { # Optional. Map of additional options used to configure the behavior of Data Fusion instance.
518539
&quot;a_key&quot;: &quot;A String&quot;,
519540
},
520541
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
@@ -604,6 +625,13 @@ <h3>Method Details</h3>
604625
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
605626
&quot;a_key&quot;: &quot;A String&quot;,
606627
},
628+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
629+
{ # Represents a maintenance event.
630+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
631+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
632+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
633+
},
634+
],
607635
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
608636
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
609637
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -630,7 +658,7 @@ <h3>Method Details</h3>
630658
&quot;unreachableCidrBlock&quot;: &quot;A String&quot;, # Optional. Input only. The CIDR block to which the CDF instance can&#x27;t route traffic to in the consumer project VPC. The size of this block should be at least /25. This range should not overlap with the primary address range of any subnetwork used by the network attachment. This range can be used for other purposes in the consumer VPC as long as there is no requirement for CDF to reach destinations using these addresses. If this value is not provided, the server chooses a non RFC 1918 address range. The format of this field is governed by RFC 4632. Example: 192.168.0.0/25
631659
},
632660
},
633-
&quot;options&quot;: { # Map of additional options used to configure the behavior of Data Fusion instance.
661+
&quot;options&quot;: { # Optional. Map of additional options used to configure the behavior of Data Fusion instance.
634662
&quot;a_key&quot;: &quot;A String&quot;,
635663
},
636664
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.

‎docs/dyn/datafusion_v1beta1.projects.locations.instances.html

+28
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ <h3>Method Details</h3>
176176
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
177177
&quot;a_key&quot;: &quot;A String&quot;,
178178
},
179+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
180+
{ # Represents a maintenance event.
181+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
182+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
183+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
184+
},
185+
],
179186
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
180187
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
181188
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -341,6 +348,13 @@ <h3>Method Details</h3>
341348
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
342349
&quot;a_key&quot;: &quot;A String&quot;,
343350
},
351+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
352+
{ # Represents a maintenance event.
353+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
354+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
355+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
356+
},
357+
],
344358
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
345359
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
346360
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -496,6 +510,13 @@ <h3>Method Details</h3>
496510
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
497511
&quot;a_key&quot;: &quot;A String&quot;,
498512
},
513+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
514+
{ # Represents a maintenance event.
515+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
516+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
517+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
518+
},
519+
],
499520
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
500521
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
501522
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;
@@ -612,6 +633,13 @@ <h3>Method Details</h3>
612633
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
613634
&quot;a_key&quot;: &quot;A String&quot;,
614635
},
636+
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
637+
{ # Represents a maintenance event.
638+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
639+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-01T12:04:06-04:00&quot;
640+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the maintenance event.
641+
},
642+
],
615643
&quot;maintenancePolicy&quot;: { # Maintenance policy of the instance. # Optional. Configure the maintenance policy for this instance.
616644
&quot;maintenanceExclusionWindow&quot;: { # Represents an arbitrary window of time. # Optional. The maintenance exclusion window of the instance.
617645
&quot;endTime&quot;: &quot;A String&quot;, # Required. The end time of the time window provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The end time should take place after the start time. Example: &quot;2024-01-02T12:04:06-06:00&quot;

‎googleapiclient/discovery_cache/documents/datafusion.v1.json

+47-3
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
}
733733
}
734734
},
735-
"revision": "20241204",
735+
"revision": "20250122",
736736
"rootUrl": "https://datafusion.googleapis.com/",
737737
"schemas": {
738738
"Accelerator": {
@@ -1035,6 +1035,14 @@
10351035
"description": "The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.",
10361036
"type": "object"
10371037
},
1038+
"maintenanceEvents": {
1039+
"description": "Output only. The maintenance events for this instance.",
1040+
"items": {
1041+
"$ref": "MaintenanceEvent"
1042+
},
1043+
"readOnly": true,
1044+
"type": "array"
1045+
},
10381046
"maintenancePolicy": {
10391047
"$ref": "MaintenancePolicy",
10401048
"description": "Optional. Configure the maintenance policy for this instance."
@@ -1052,7 +1060,7 @@
10521060
"additionalProperties": {
10531061
"type": "string"
10541062
},
1055-
"description": "Map of additional options used to configure the behavior of Data Fusion instance.",
1063+
"description": "Optional. Map of additional options used to configure the behavior of Data Fusion instance.",
10561064
"type": "object"
10571065
},
10581066
"p4ServiceAccount": {
@@ -1302,6 +1310,42 @@
13021310
},
13031311
"type": "object"
13041312
},
1313+
"MaintenanceEvent": {
1314+
"description": "Represents a maintenance event.",
1315+
"id": "MaintenanceEvent",
1316+
"properties": {
1317+
"endTime": {
1318+
"description": "Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: \"2024-01-02T12:04:06-06:00\" This field will be empty if the maintenance event is not yet complete.",
1319+
"format": "google-datetime",
1320+
"readOnly": true,
1321+
"type": "string"
1322+
},
1323+
"startTime": {
1324+
"description": "Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: \"2024-01-01T12:04:06-04:00\"",
1325+
"format": "google-datetime",
1326+
"readOnly": true,
1327+
"type": "string"
1328+
},
1329+
"state": {
1330+
"description": "Output only. The state of the maintenance event.",
1331+
"enum": [
1332+
"STATE_UNSPECIFIED",
1333+
"SCHEDULED",
1334+
"STARTED",
1335+
"COMPLETED"
1336+
],
1337+
"enumDescriptions": [
1338+
"The state of the maintenance event is unspecified.",
1339+
"The maintenance is scheduled but has not started.",
1340+
"The maintenance has been started.",
1341+
"The maintenance has been completed."
1342+
],
1343+
"readOnly": true,
1344+
"type": "string"
1345+
}
1346+
},
1347+
"type": "object"
1348+
},
13051349
"MaintenancePolicy": {
13061350
"description": "Maintenance policy of the instance.",
13071351
"id": "MaintenancePolicy",
@@ -1422,7 +1466,7 @@
14221466
"type": "string"
14231467
},
14241468
"requestedCancellation": {
1425-
"description": "Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1469+
"description": "Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
14261470
"type": "boolean"
14271471
},
14281472
"statusDetail": {

‎googleapiclient/discovery_cache/documents/datafusion.v1beta1.json

+45-1
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@
930930
}
931931
}
932932
},
933-
"revision": "20241204",
933+
"revision": "20250122",
934934
"rootUrl": "https://datafusion.googleapis.com/",
935935
"schemas": {
936936
"Accelerator": {
@@ -1247,6 +1247,14 @@
12471247
"description": "The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.",
12481248
"type": "object"
12491249
},
1250+
"maintenanceEvents": {
1251+
"description": "Output only. The maintenance events for this instance.",
1252+
"items": {
1253+
"$ref": "MaintenanceEvent"
1254+
},
1255+
"readOnly": true,
1256+
"type": "array"
1257+
},
12501258
"maintenancePolicy": {
12511259
"$ref": "MaintenancePolicy",
12521260
"description": "Optional. Configure the maintenance policy for this instance."
@@ -1532,6 +1540,42 @@
15321540
},
15331541
"type": "object"
15341542
},
1543+
"MaintenanceEvent": {
1544+
"description": "Represents a maintenance event.",
1545+
"id": "MaintenanceEvent",
1546+
"properties": {
1547+
"endTime": {
1548+
"description": "Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: \"2024-01-02T12:04:06-06:00\" This field will be empty if the maintenance event is not yet complete.",
1549+
"format": "google-datetime",
1550+
"readOnly": true,
1551+
"type": "string"
1552+
},
1553+
"startTime": {
1554+
"description": "Output only. The start time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: \"2024-01-01T12:04:06-04:00\"",
1555+
"format": "google-datetime",
1556+
"readOnly": true,
1557+
"type": "string"
1558+
},
1559+
"state": {
1560+
"description": "Output only. The state of the maintenance event.",
1561+
"enum": [
1562+
"STATE_UNSPECIFIED",
1563+
"SCHEDULED",
1564+
"STARTED",
1565+
"COMPLETED"
1566+
],
1567+
"enumDescriptions": [
1568+
"The state of the maintenance event is unspecified.",
1569+
"The maintenance is scheduled but has not started.",
1570+
"The maintenance has been started.",
1571+
"The maintenance has been completed."
1572+
],
1573+
"readOnly": true,
1574+
"type": "string"
1575+
}
1576+
},
1577+
"type": "object"
1578+
},
15351579
"MaintenancePolicy": {
15361580
"description": "Maintenance policy of the instance.",
15371581
"id": "MaintenancePolicy",

0 commit comments

Comments
 (0)
Please sign in to comment.