public interface DiskEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacityBytes()
Disk capacity.
|
String |
getDiskLabel()
Disk label.
|
com.google.protobuf.ByteString |
getDiskLabelBytes()
Disk label.
|
String |
getDiskLabelType()
Disk label type (e.g.
|
com.google.protobuf.ByteString |
getDiskLabelTypeBytes()
Disk label type (e.g.
|
long |
getFreeBytes()
Disk free space.
|
String |
getHwAddress()
Disk hardware address (e.g.
|
com.google.protobuf.ByteString |
getHwAddressBytes()
Disk hardware address (e.g.
|
DiskEntry.InterfaceType |
getInterfaceType()
Disks interface type.
|
int |
getInterfaceTypeValue()
Disks interface type.
|
DiskPartitionList |
getPartitions()
Partition layout.
|
DiskPartitionListOrBuilder |
getPartitionsOrBuilder()
Partition layout.
|
DiskEntry.PlatformSpecificCase |
getPlatformSpecificCase() |
VmwareDiskConfig |
getVmware()
VMware disk details.
|
VmwareDiskConfigOrBuilder |
getVmwareOrBuilder()
VMware disk details.
|
boolean |
hasPartitions()
Partition layout.
|
boolean |
hasVmware()
VMware disk details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCapacityBytes()
Disk capacity.
int64 capacity_bytes = 1;long getFreeBytes()
Disk free space.
int64 free_bytes = 2;String getDiskLabel()
Disk label.
string disk_label = 3;com.google.protobuf.ByteString getDiskLabelBytes()
Disk label.
string disk_label = 3;String getDiskLabelType()
Disk label type (e.g. BIOS/GPT)
string disk_label_type = 4;com.google.protobuf.ByteString getDiskLabelTypeBytes()
Disk label type (e.g. BIOS/GPT)
string disk_label_type = 4;int getInterfaceTypeValue()
Disks interface type.
.google.cloud.migrationcenter.v1.DiskEntry.InterfaceType interface_type = 5;DiskEntry.InterfaceType getInterfaceType()
Disks interface type.
.google.cloud.migrationcenter.v1.DiskEntry.InterfaceType interface_type = 5;boolean hasPartitions()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;DiskPartitionList getPartitions()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;DiskPartitionListOrBuilder getPartitionsOrBuilder()
Partition layout.
.google.cloud.migrationcenter.v1.DiskPartitionList partitions = 6;String getHwAddress()
Disk hardware address (e.g. 0:1 for SCSI).
string hw_address = 7;com.google.protobuf.ByteString getHwAddressBytes()
Disk hardware address (e.g. 0:1 for SCSI).
string hw_address = 7;boolean hasVmware()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;VmwareDiskConfig getVmware()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;VmwareDiskConfigOrBuilder getVmwareOrBuilder()
VMware disk details.
.google.cloud.migrationcenter.v1.VmwareDiskConfig vmware = 20;DiskEntry.PlatformSpecificCase getPlatformSpecificCase()
Copyright © 2024 Google LLC. All rights reserved.