File tree 2 files changed +14
-1
lines changed
googleapiclient/discovery_cache/documents
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ <h3>Method Details</h3>
167
167
],
168
168
"diskMounts": [ # Optional. Disk mounts on the instance.
169
169
{ # Disk mount on the instance.
170
+ "diskNames": [ # Optional. Names of the disks providing this mount point.
171
+ "A String",
172
+ ],
170
173
"mountPoint": "A String", # Optional. Filesystem mount point.
171
174
"name": "A String", # Optional. Name of the disk.
172
175
},
@@ -233,6 +236,9 @@ <h3>Method Details</h3>
233
236
],
234
237
"diskMounts": [ # Optional. Disk mounts on the instance.
235
238
{ # Disk mount on the instance.
239
+ "diskNames": [ # Optional. Names of the disks providing this mount point.
240
+ "A String",
241
+ ],
236
242
"mountPoint": "A String", # Optional. Filesystem mount point.
237
243
"name": "A String", # Optional. Name of the disk.
238
244
},
Original file line number Diff line number Diff line change 922
922
}
923
923
}
924
924
},
925
- "revision" : " 20250310 " ,
925
+ "revision" : " 20250319 " ,
926
926
"rootUrl" : " https://workloadmanager.googleapis.com/" ,
927
927
"schemas" : {
928
928
"APILayerServer" : {
2830
2830
"description" : " Disk mount on the instance." ,
2831
2831
"id" : " SapDiscoveryResourceInstancePropertiesDiskMount" ,
2832
2832
"properties" : {
2833
+ "diskNames" : {
2834
+ "description" : " Optional. Names of the disks providing this mount point." ,
2835
+ "items" : {
2836
+ "type" : " string"
2837
+ },
2838
+ "type" : " array"
2839
+ },
2833
2840
"mountPoint" : {
2834
2841
"description" : " Optional. Filesystem mount point." ,
2835
2842
"type" : " string"
You can’t perform that action at this time.
0 commit comments