Class: Google::Cloud::Compute::V1::SslPoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SslPoliciesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#ssl_policies ⇒ ::Array<::Google::Cloud::Compute::V1::SslPolicy>
A list of SslPolicies contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of SSL policies when the list is empty.
Instance Attribute Details
#ssl_policies ⇒ ::Array<::Google::Cloud::Compute::V1::SslPolicy>
Returns A list of SslPolicies contained in this scope.
31852 31853 31854 31855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31852 class SslPoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of SSL policies when the list is empty.
31852 31853 31854 31855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31852 class SslPoliciesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |