DatabaseUsageInner Class

public final class DatabaseUsageInner
extends ProxyResource

Usage metric of a database.

Constructor Summary

Constructor Description
DatabaseUsageInner()

Creates an instance of DatabaseUsageInner class.

Method Summary

Modifier and Type Method and Description
Double currentValue()

Get the currentValue property: Current value of the metric.

String displayName()

Get the displayName property: User-readable name of the metric.

Double limit()

Get the limit property: Boundary value of the metric.

String unit()

Get the unit property: Unit of the metric.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

DatabaseUsageInner

public DatabaseUsageInner()

Creates an instance of DatabaseUsageInner class.

Method Details

currentValue

public Double currentValue()

Get the currentValue property: Current value of the metric.

Returns:

the currentValue value.

displayName

public String displayName()

Get the displayName property: User-readable name of the metric.

Returns:

the displayName value.

limit

public Double limit()

Get the limit property: Boundary value of the metric.

Returns:

the limit value.

unit

public String unit()

Get the unit property: Unit of the metric.

Returns:

the unit value.

validate

public void validate()

Validates the instance.

Applies to