Interface AzureVmDetails.OSDiskOrBuilder (1.74.0)

public static interface AzureVmDetails.OSDiskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The disk's full name.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The disk's full name.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getSizeGb()

public abstract int getSizeGb()

The disk's size in GB.

int32 size_gb = 3;

Returns
Type Description
int

The sizeGb.

getType()

public abstract String getType()

The disk's type.

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The disk's type.

string type = 1;

Returns
Type Description
ByteString

The bytes for type.