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.



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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.



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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.



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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:



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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

#update_mask::String

Returns Indicates fields to be cleared as part of this request.

Returns:

  • (::String)

    Indicates fields to be cleared as part of this request.



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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

#validate_only::Boolean

Returns If true, the request will not be committed.

Returns:

  • (::Boolean)

    If true, the request will not be committed.



23696
23697
23698
23699
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23696

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