1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is @generated by prost-build.
/// **Metering**: Per-Membership Feature State.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MembershipState {
    /// The time stamp of the most recent measurement of the number of vCPUs
    /// in the cluster.
    #[prost(message, optional, tag = "1")]
    pub last_measurement_time: ::core::option::Option<::prost_types::Timestamp>,
    /// The vCPUs capacity in the cluster according to the most recent
    /// measurement (1/1000 precision).
    #[prost(float, tag = "3")]
    pub precise_last_measured_cluster_vcpu_capacity: f32,
}