public sealed class ListLbTrafficExtensionsRequest : IMessage<ListLbTrafficExtensionsRequest>, IEquatable<ListLbTrafficExtensionsRequest>, IDeepCloneable<ListLbTrafficExtensionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Services v1 API class ListLbTrafficExtensionsRequest.
Message for requesting list of LbTrafficExtension
resources.
Implements
IMessageListLbTrafficExtensionsRequest, IEquatableListLbTrafficExtensionsRequest, IDeepCloneableListLbTrafficExtensionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListLbTrafficExtensionsRequest()
public ListLbTrafficExtensionsRequest()
ListLbTrafficExtensionsRequest(ListLbTrafficExtensionsRequest)
public ListLbTrafficExtensionsRequest(ListLbTrafficExtensionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListLbTrafficExtensionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results that the server returns.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location from which the LbTrafficExtension
resources are listed, specified in the following 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 |