Class: Google::Cloud::Compute::V1::SslPolicyReference
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SslPolicyReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#ssl_policy ⇒ ::String
URL of the SSL policy resource.
Instance Attribute Details
#ssl_policy ⇒ ::String
Returns URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
31940 31941 31942 31943 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31940 class SslPolicyReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |