Class: Google::Cloud::Compute::V1::GetSslPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetSslPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for SslPolicies.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#ssl_policy ⇒ ::String
Name of the SSL policy to update.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
10515 10516 10517 10518 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10515 class GetSslPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_policy ⇒ ::String
Returns Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
10515 10516 10517 10518 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10515 class GetSslPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |