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