Class: Google::Cloud::SecurityCenter::V2::Allowed
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Allowed
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/ip_rules.rb
Overview
Allowed IP rule.
Instance Attribute Summary collapse
Instance Attribute Details
#ip_rules ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::IpRule>
Returns Optional. Optional list of allowed IP rules.
106 107 108 109 |
# File 'proto_docs/google/cloud/securitycenter/v2/ip_rules.rb', line 106 class Allowed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |