public static interface AzureSourceVmDetails.AzureDiskDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiskId()
public abstract String getDiskId()Output only. Azure disk ID.
string disk_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The diskId. |
getDiskIdBytes()
public abstract ByteString getDiskIdBytes()Output only. Azure disk ID.
string disk_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for diskId. |
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. |