public sealed class CreateGatewaySecurityPolicyRequest : IMessage<CreateGatewaySecurityPolicyRequest>, IEquatable<CreateGatewaySecurityPolicyRequest>, IDeepCloneable<CreateGatewaySecurityPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class CreateGatewaySecurityPolicyRequest.
Request used by the CreateGatewaySecurityPolicy method.
Implements
IMessageCreateGatewaySecurityPolicyRequest, IEquatableCreateGatewaySecurityPolicyRequest, IDeepCloneableCreateGatewaySecurityPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
CreateGatewaySecurityPolicyRequest()
public CreateGatewaySecurityPolicyRequest()CreateGatewaySecurityPolicyRequest(CreateGatewaySecurityPolicyRequest)
public CreateGatewaySecurityPolicyRequest(CreateGatewaySecurityPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateGatewaySecurityPolicyRequest |
Properties
GatewaySecurityPolicy
public GatewaySecurityPolicy GatewaySecurityPolicy { get; set; }Required. GatewaySecurityPolicy resource to be created.
| Property Value | |
|---|---|
| Type | Description |
GatewaySecurityPolicy |
|
GatewaySecurityPolicyId
public string GatewaySecurityPolicyId { get; set; }Required. Short name of the GatewaySecurityPolicy 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. "gateway_security_policy1".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource of the GatewaySecurityPolicy. Must be in the
format projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|