Interface StorageSizeDetailsOrBuilder (0.29.0)

public interface StorageSizeDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataStorageSizeInGbs()

public abstract int getDataStorageSizeInGbs()

Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.

int32 data_storage_size_in_gbs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The dataStorageSizeInGbs.

getRecoStorageSizeInGbs()

public abstract int getRecoStorageSizeInGbs()

Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.

int32 reco_storage_size_in_gbs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The recoStorageSizeInGbs.