Interface MembershipStateOrBuilder (1.42.0)

public interface MembershipStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastMeasurementTime()

public abstract Timestamp getLastMeasurementTime()

The time stamp of the most recent measurement of the number of vCPUs in the cluster.

.google.protobuf.Timestamp last_measurement_time = 1;

Returns
Type Description
Timestamp

The lastMeasurementTime.

getLastMeasurementTimeOrBuilder()

public abstract TimestampOrBuilder getLastMeasurementTimeOrBuilder()

The time stamp of the most recent measurement of the number of vCPUs in the cluster.

.google.protobuf.Timestamp last_measurement_time = 1;

Returns
Type Description
TimestampOrBuilder

getPreciseLastMeasuredClusterVcpuCapacity()

public abstract float getPreciseLastMeasuredClusterVcpuCapacity()

The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision).

float precise_last_measured_cluster_vcpu_capacity = 3;

Returns
Type Description
float

The preciseLastMeasuredClusterVcpuCapacity.

hasLastMeasurementTime()

public abstract boolean hasLastMeasurementTime()

The time stamp of the most recent measurement of the number of vCPUs in the cluster.

.google.protobuf.Timestamp last_measurement_time = 1;

Returns
Type Description
boolean

Whether the lastMeasurementTime field is set.