Class: Google::Cloud::NetworkSecurity::V1beta1::CreateServerTlsPolicyRequest

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 CreateServerTlsPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



147
148
149
150
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 147

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

#server_tls_policy::Google::Cloud::NetworkSecurity::V1beta1::ServerTlsPolicy

Returns Required. ServerTlsPolicy resource to be created.

Returns:



147
148
149
150
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 147

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

#server_tls_policy_id::String

Returns Required. Short name of the ServerTlsPolicy 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. "server_mtls_policy".

Returns:

  • (::String)

    Required. Short name of the ServerTlsPolicy 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. "server_mtls_policy".



147
148
149
150
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 147

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