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
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
427
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
428
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
946
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
947
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
1496
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
1497
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
2026
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
2027
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
2560
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
2561
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
3074
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
3075
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"diskPartitions": { # Disk partition details. # Optional. Disk partitions details. Note: Partitions are not necessarily mounted on local disks and therefore might not have a one-to-one correspondence with local disks.
3553
+
"freeSpaceBytes": "A String", # Output only. Total free space of all partitions.
3554
+
"partitions": { # Disk partition list. # Optional. List of partitions.
"totalCapacityBytes": "A String", # Output only. Total capacity of all partitions.
3568
+
},
3436
3569
"disks": { # Details of machine disks. # Disk details.
3437
3570
"disks": { # VM disks. # List of disks.
3438
3571
"entries": [ # Disk entries.
@@ -3645,9 +3778,9 @@ <h3>Method Details</h3>
3645
3778
"utilizedPercentage": 3.14, # Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
3646
3779
},
3647
3780
"disk": { # Disk usage sample. Values are across all disks. # Disk usage sample.
3648
-
"averageIops": 3.14, # Optional. Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of read and write if one of them is positive. if both read and write are zero they are ignored.
3649
-
"averageReadIops": 3.14, # Optional. Average read IOPS sampled over a short window. Must be non-negative.
3650
-
"averageWriteIops": 3.14, # Optional. Average write IOPS sampled over a short window. Must be non-negative.
3781
+
"averageIops": 3.14, # Optional. Average IOPS sampled over a short window. Must be non-negative. If read or write are set, the sum of read and write will override the value of the average_iops.
3782
+
"averageReadIops": 3.14, # Optional. Average read IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.
3783
+
"averageWriteIops": 3.14, # Optional. Average write IOPS sampled over a short window. Must be non-negative. If both read and write are zero they are ignored.
0 commit comments