Class CreateClientTlsPolicyRequest (1.0.0-beta02)

public sealed class CreateClientTlsPolicyRequest : IMessage<CreateClientTlsPolicyRequest>, IEquatable<CreateClientTlsPolicyRequest>, IDeepCloneable<CreateClientTlsPolicyRequest>, IBufferMessage, IMessage

Request used by the CreateClientTlsPolicy method.

Inheritance

Object > CreateClientTlsPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

CreateClientTlsPolicyRequest()

public CreateClientTlsPolicyRequest()

CreateClientTlsPolicyRequest(CreateClientTlsPolicyRequest)

public CreateClientTlsPolicyRequest(CreateClientTlsPolicyRequest other)
Parameter
NameDescription
otherCreateClientTlsPolicyRequest

Properties

ClientTlsPolicy

public ClientTlsPolicy ClientTlsPolicy { get; set; }

Required. ClientTlsPolicy resource to be created.

Property Value
TypeDescription
ClientTlsPolicy

ClientTlsPolicyId

public string ClientTlsPolicyId { get; set; }

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".

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsClientTlsPolicyName

public ClientTlsPolicyName ParentAsClientTlsPolicyName { get; set; }

ClientTlsPolicyName-typed view over the Parent resource name property.

Property Value
TypeDescription
ClientTlsPolicyName