public sealed class ListServerTlsPoliciesRequest : IPageRequest, IMessage<ListServerTlsPoliciesRequest>, IEquatable<ListServerTlsPoliciesRequest>, IDeepCloneable<ListServerTlsPoliciesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class ListServerTlsPoliciesRequest.
Request used by the ListServerTlsPolicies method.
Implements
IPageRequest, IMessageListServerTlsPoliciesRequest, IEquatableListServerTlsPoliciesRequest, IDeepCloneableListServerTlsPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.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 |
|
ReturnPartialSuccess
public bool ReturnPartialSuccess { get; set; }Optional. Setting this field to true will opt the request into returning
the resources that are reachable, and into including the names of those
that were unreachable in the [ListServerTlsPoliciesResponse.unreachable]
field. This can only be true when reading across collections e.g. when
parent is set to "projects/example/locations/-".
| Property Value | |
|---|---|
| Type | Description |
bool |
|