public sealed class ListServerTlsPoliciesRequest : IPageRequest, IMessage<ListServerTlsPoliciesRequest>, IEquatable<ListServerTlsPoliciesRequest>, IDeepCloneable<ListServerTlsPoliciesRequest>, IBufferMessage, IMessageRequest used by the ListServerTlsPolicies method.
Implements
IPageRequest, IMessage<ListServerTlsPoliciesRequest>, IEquatable<ListServerTlsPoliciesRequest>, IDeepCloneable<ListServerTlsPoliciesRequest>, 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 |
Int32 |
|
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 |
|