public static interface AwsSourceVmDetails.AwsDiskDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiskNumber()
public abstract int getDiskNumber()The ordinal number of the disk.
int32 disk_number = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The diskNumber. |
getSizeGb()
public abstract long getSizeGb()Size in GB.
int64 size_gb = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The sizeGb. |
getVolumeId()
public abstract String getVolumeId()AWS volume ID.
string volume_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The volumeId. |
getVolumeIdBytes()
public abstract ByteString getVolumeIdBytes()AWS volume ID.
string volume_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for volumeId. |