Class: Google::Cloud::Compute::V1::SetSecurityPolicyBackendServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetSecurityPolicyBackendServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for BackendServices.SetSecurityPolicy. See the method description for details.
Instance Attribute Summary collapse
-
#backend_service ⇒ ::String
Name of the BackendService resource to which the security policy should be set.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#security_policy_reference_resource ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyReference
The body resource for this request.
Instance Attribute Details
#backend_service ⇒ ::String
28852 28853 28854 28855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28852 class SetSecurityPolicyBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
28852 28853 28854 28855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28852 class SetSecurityPolicyBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
28852 28853 28854 28855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28852 class SetSecurityPolicyBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_policy_reference_resource ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyReference
28852 28853 28854 28855 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28852 class SetSecurityPolicyBackendServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |