public sealed class ListServerTlsPoliciesRequest : IPageRequest, IMessage<ListServerTlsPoliciesRequest>, IEquatable<ListServerTlsPoliciesRequest>, IDeepCloneable<ListServerTlsPoliciesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class ListServerTlsPoliciesRequest.
Request used by the ListServerTlsPolicies method.
Implements
IPageRequest, IMessageListServerTlsPoliciesRequest, IEquatableListServerTlsPoliciesRequest, IDeepCloneableListServerTlsPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListServerTlsPoliciesRequest()
public ListServerTlsPoliciesRequest()
ListServerTlsPoliciesRequest(ListServerTlsPoliciesRequest)
public ListServerTlsPoliciesRequest(ListServerTlsPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListServerTlsPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of ServerTlsPolicies to return per call.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value returned by the last ListServerTlsPoliciesResponse
Indicates that this is a continuation of a prior
ListServerTlsPolicies
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 ServerTlsPolicies 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 |