Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::CompositeHealthChecksGetHealthResponseHealthSourceHealth.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#health_state
def health_state() -> ::String
Returns
- (::String) — Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.
#health_state=
def health_state=(value) -> ::String
Parameter
- value (::String) — Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.
Returns
- (::String) — Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.
#source
def source() -> ::String
Returns
- (::String) — Fully qualified URL of the associated HealthSource resource.
#source=
def source=(value) -> ::String
Parameter
- value (::String) — Fully qualified URL of the associated HealthSource resource.
Returns
- (::String) — Fully qualified URL of the associated HealthSource resource.