public sealed class ListTlsInspectionPoliciesRequest : IPageRequest, IMessage<ListTlsInspectionPoliciesRequest>, IEquatable<ListTlsInspectionPoliciesRequest>, IDeepCloneable<ListTlsInspectionPoliciesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class ListTlsInspectionPoliciesRequest.
Request used with the ListTlsInspectionPolicies method.
Implements
IPageRequest, IMessageListTlsInspectionPoliciesRequest, IEquatableListTlsInspectionPoliciesRequest, IDeepCloneableListTlsInspectionPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListTlsInspectionPoliciesRequest()
public ListTlsInspectionPoliciesRequest()ListTlsInspectionPoliciesRequest(ListTlsInspectionPoliciesRequest)
public ListTlsInspectionPoliciesRequest(ListTlsInspectionPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTlsInspectionPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of TlsInspectionPolicies to return per call.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The value returned by the last 'ListTlsInspectionPoliciesResponse' Indicates that this is a continuation of a prior 'ListTlsInspectionPolicies' 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 TlsInspectionPolicies
should be listed, specified in the format
projects/{project}/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 |
|