Interface MembershipStateOrBuilder (1.0.1)

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the lastMeasurementTime field is set.