Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::AllocationResourceStatusHealthInfo.
Health information for the reservation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#degraded_block_count
def degraded_block_count() -> ::Integer
Returns
- (::Integer) — The number of reservation blocks that are degraded.
#degraded_block_count=
def degraded_block_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of reservation blocks that are degraded.
Returns
- (::Integer) — The number of reservation blocks that are degraded.
#health_status
def health_status() -> ::String
Returns
- (::String) — The health status of the reservation. Check the HealthStatus enum for the list of possible values.
#health_status=
def health_status=(value) -> ::String
Parameter
- value (::String) — The health status of the reservation. Check the HealthStatus enum for the list of possible values.
Returns
- (::String) — The health status of the reservation. Check the HealthStatus enum for the list of possible values.
#healthy_block_count
def healthy_block_count() -> ::Integer
Returns
- (::Integer) — The number of reservation blocks that are healthy.
#healthy_block_count=
def healthy_block_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of reservation blocks that are healthy.
Returns
- (::Integer) — The number of reservation blocks that are healthy.