Class: Google::Cloud::Compute::V1::GetSecurityPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetSecurityPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for SecurityPolicies.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#security_policy ⇒ ::String
Name of the security policy to get.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
10419 10420 10421 10422 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10419 class GetSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy ⇒ ::String
Returns Name of the security policy to get.
10419 10420 10421 10422 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10419 class GetSecurityPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |