Class: Google::Cloud::NetworkSecurity::V1beta1::CreateClientTlsPolicyRequest

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

Overview

Request used by the CreateClientTlsPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tls_policy::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy

Returns Required. ClientTlsPolicy resource to be created.

Returns:



128
129
130
131
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 128

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

#client_tls_policy_id::String

Returns Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

Returns:

  • (::String)

    Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".



128
129
130
131
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 128

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

#parent::String

Returns Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.



128
129
130
131
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 128

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