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