public sealed class ListServiceLbPoliciesRequest : IPageRequest, IMessage<ListServiceLbPoliciesRequest>, IEquatable<ListServiceLbPoliciesRequest>, IDeepCloneable<ListServiceLbPoliciesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class ListServiceLbPoliciesRequest.
Request used with the ListServiceLbPolicies method.
Implements
IPageRequest, IMessageListServiceLbPoliciesRequest, IEquatableListServiceLbPoliciesRequest, IDeepCloneableListServiceLbPoliciesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListServiceLbPoliciesRequest()
public ListServiceLbPoliciesRequest()
ListServiceLbPoliciesRequest(ListServiceLbPoliciesRequest)
public ListServiceLbPoliciesRequest(ListServiceLbPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListServiceLbPoliciesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of ServiceLbPolicies to return per call.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value returned by the last ListServiceLbPoliciesResponse
Indicates that this is a continuation of a prior ListRouters
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 ServiceLbPolicies 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 |