Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfo.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backends
def backends() -> ::Array<::Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfoBackendInfo>
Returns
- (::Array<::Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfoBackendInfo>) — Represents an instance group or network endpoint group behind the source backend service. Only used if the sourceType of the regionHealthSource is BACKEND_SERVICE.
#backends=
def backends=(value) -> ::Array<::Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfoBackendInfo>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfoBackendInfo>) — Represents an instance group or network endpoint group behind the source backend service. Only used if the sourceType of the regionHealthSource is BACKEND_SERVICE.
Returns
- (::Array<::Google::Cloud::Compute::V1::HealthSourcesGetHealthResponseSourceInfoBackendInfo>) — Represents an instance group or network endpoint group behind the source backend service. Only used if the sourceType of the regionHealthSource is BACKEND_SERVICE.
#forwarding_rule
def forwarding_rule() -> ::String
Returns
- (::String) — Fully qualified URL of the forwarding rule associated with the source resource if it is a L4ILB backend service.
#forwarding_rule=
def forwarding_rule=(value) -> ::String
Parameter
- value (::String) — Fully qualified URL of the forwarding rule associated with the source resource if it is a L4ILB backend service.
Returns
- (::String) — Fully qualified URL of the forwarding rule associated with the source resource if it is a L4ILB backend service.
#source
def source() -> ::String
Returns
- (::String) — Fully qualified URL of the associated source resource. This is always a backend service URL.
#source=
def source=(value) -> ::String
Parameter
- value (::String) — Fully qualified URL of the associated source resource. This is always a backend service URL.
Returns
- (::String) — Fully qualified URL of the associated source resource. This is always a backend service URL.