Interface ExascaleConfigOrBuilder (0.43.0)

public interface ExascaleConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableStorageSizeGb()

public abstract int getAvailableStorageSizeGb()

Output only. Available storage size for Exascale in GBs.

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

Returns
Type Description
int

The availableStorageSizeGb.

getTotalStorageSizeGb()

public abstract int getTotalStorageSizeGb()

Output only. Total storage size needed for Exascale in GBs.

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

Returns
Type Description
int

The totalStorageSizeGb.