Class: Google::Cloud::Compute::V1::SecurityPoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPoliciesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#security_policies ⇒ ::Array<::Google::Cloud::Compute::V1::SecurityPolicy>
A list of SecurityPolicies contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of security policies when the list is empty.
Instance Attribute Details
#security_policies ⇒ ::Array<::Google::Cloud::Compute::V1::SecurityPolicy>
Returns A list of SecurityPolicies contained in this scope.
28368 28369 28370 28371 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28368 class SecurityPoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of security policies when the list is empty.
28368 28369 28370 28371 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28368 class SecurityPoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |