Class CreateGatewaySecurityPolicyRequest (0.13.0)

CreateGatewaySecurityPolicyRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request used by the CreateGatewaySecurityPolicy method.

Attributes

Name Description
parent str
Required. The parent resource of the GatewaySecurityPolicy. Must be in the format projects/{project}/locations/{location}.
gateway_security_policy_id str
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".
gateway_security_policy google.cloud.network_security_v1alpha1.types.GatewaySecurityPolicy
Required. GatewaySecurityPolicy resource to be created.