public interface MachineDiskDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisks()
public abstract DiskEntryList getDisks()
List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
Returns | |
---|---|
Type | Description |
DiskEntryList |
The disks. |
getDisksOrBuilder()
public abstract DiskEntryListOrBuilder getDisksOrBuilder()
List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
Returns | |
---|---|
Type | Description |
DiskEntryListOrBuilder |
getTotalCapacityBytes()
public abstract long getTotalCapacityBytes()
Disk total Capacity.
int64 total_capacity_bytes = 1;
Returns | |
---|---|
Type | Description |
long |
The totalCapacityBytes. |
getTotalFreeBytes()
public abstract long getTotalFreeBytes()
Total disk free space.
int64 total_free_bytes = 2;
Returns | |
---|---|
Type | Description |
long |
The totalFreeBytes. |
hasDisks()
public abstract boolean hasDisks()
List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the disks field is set. |