Class: Google::Cloud::Compute::V1::TargetHttpProxiesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetHttpProxiesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#target_http_proxies ⇒ ::Array<::Google::Cloud::Compute::V1::TargetHttpProxy>
A list of TargetHttpProxies contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of backend services when the list is empty.
Instance Attribute Details
#target_http_proxies ⇒ ::Array<::Google::Cloud::Compute::V1::TargetHttpProxy>
Returns A list of TargetHttpProxies contained in this scope.
33185 33186 33187 33188 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33185 class TargetHttpProxiesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of backend services when the list is empty.
33185 33186 33187 33188 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33185 class TargetHttpProxiesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |