Class: Google::Cloud::SecurityCenter::V1::LoadBalancer
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::LoadBalancer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/load_balancer.rb
Overview
Contains information related to the load balancer associated with the finding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the load balancer associated with the finding.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the load balancer associated with the finding.
29 30 31 32 |
# File 'proto_docs/google/cloud/securitycenter/v1/load_balancer.rb', line 29 class LoadBalancer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |