Interface ComputeInstanceDataSourcePropertiesOrBuilder (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ComputeInstanceDataSourcePropertiesOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
publicabstractStringgetDescription()The description of the Compute Engine instance.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
publicabstractByteStringgetDescriptionBytes()The description of the Compute Engine instance.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getMachineType()
publicabstractStringgetMachineType()The machine type of the instance.
string machine_type = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The machineType. |
getMachineTypeBytes()
publicabstractByteStringgetMachineTypeBytes()The machine type of the instance.
string machine_type = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineType. |
getName()
publicabstractStringgetName()Name of the compute instance backed up by the datasource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicabstractByteStringgetNameBytes()Name of the compute instance backed up by the datasource.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTotalDiskCount()
publicabstractlonggetTotalDiskCount()The total number of disks attached to the Instance.
int64 total_disk_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The totalDiskCount. |
getTotalDiskSizeGb()
publicabstractlonggetTotalDiskSizeGb()The sum of all the disk sizes.
int64 total_disk_size_gb = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The totalDiskSizeGb. |