Network Security v1 API - Class ListGatewaySecurityPolicyRulesRequest (1.0.0-beta01)

public sealed class ListGatewaySecurityPolicyRulesRequest : IMessage<ListGatewaySecurityPolicyRulesRequest>, IEquatable<ListGatewaySecurityPolicyRulesRequest>, IDeepCloneable<ListGatewaySecurityPolicyRulesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Network Security v1 API class ListGatewaySecurityPolicyRulesRequest.

Request used with the ListGatewaySecurityPolicyRules method.

Inheritance

object > ListGatewaySecurityPolicyRulesRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListGatewaySecurityPolicyRulesRequest()

public ListGatewaySecurityPolicyRulesRequest()

ListGatewaySecurityPolicyRulesRequest(ListGatewaySecurityPolicyRulesRequest)

public ListGatewaySecurityPolicyRulesRequest(ListGatewaySecurityPolicyRulesRequest other)
Parameter
Name Description
other ListGatewaySecurityPolicyRulesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of GatewaySecurityPolicyRules to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project, location and GatewaySecurityPolicy from which the GatewaySecurityPolicyRules should be listed, specified in the format projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}.

Property Value
Type Description
string

ParentAsGatewaySecurityPolicyName

public GatewaySecurityPolicyName ParentAsGatewaySecurityPolicyName { get; set; }

GatewaySecurityPolicyName-typed view over the Parent resource name property.

Property Value
Type Description
GatewaySecurityPolicyName