public sealed class ListClientTlsPoliciesRequest : IMessage<ListClientTlsPoliciesRequest>, IEquatable<ListClientTlsPoliciesRequest>, IDeepCloneable<ListClientTlsPoliciesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Security v1beta1 API class ListClientTlsPoliciesRequest.
Request used by the ListClientTlsPolicies method.
Implements
IMessageListClientTlsPoliciesRequest, IEquatableListClientTlsPoliciesRequest, IDeepCloneableListClientTlsPoliciesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListClientTlsPoliciesRequest()
public ListClientTlsPoliciesRequest()
ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest)
public ListClientTlsPoliciesRequest(ListClientTlsPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListClientTlsPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of ClientTlsPolicies to return per call.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value returned by the last ListClientTlsPoliciesResponse
Indicates that this is a continuation of a prior
ListClientTlsPolicies
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 and location from which the ClientTlsPolicies should
be listed, specified in the format projects/*/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 |