Class: Google::Cloud::Compute::V1::PatchRuleSecurityPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A request message for SecurityPolicies.PatchRule. See the method description for details.

Instance Attribute Summary collapse

Instance Attribute Details

#priority::Integer

Returns The priority of the rule to patch.

Returns:

  • (::Integer)

    The priority of the rule to patch.



18518
18519
18520
18521
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18518

class PatchRuleSecurityPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID for this request.

Returns:

  • (::String)

    Project ID for this request.



18518
18519
18520
18521
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18518

class PatchRuleSecurityPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#security_policy::String

Returns Name of the security policy to update.

Returns:

  • (::String)

    Name of the security policy to update.



18518
18519
18520
18521
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18518

class PatchRuleSecurityPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#security_policy_rule_resource::Google::Cloud::Compute::V1::SecurityPolicyRule

Returns The body resource for this request.

Returns:



18518
18519
18520
18521
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18518

class PatchRuleSecurityPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end