Class: Google::Cloud::NetworkSecurity::V1beta1::DeleteServerTlsPolicyRequest

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

Overview

Request used by the DeleteServerTlsPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the ServerTlsPolicy to delete. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.

Returns:

  • (::String)

    Required. A name of the ServerTlsPolicy to delete. Must be in the format projects/*/locations/{location}/serverTlsPolicies/*.



174
175
176
177
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 174

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