public sealed class ListInternalRangesRequest : IMessage<ListInternalRangesRequest>, IEquatable<ListInternalRangesRequest>, IDeepCloneable<ListInternalRangesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Connectivity v1 API class ListInternalRangesRequest.
Request for InternalRangeService.ListInternalRanges
Implements
IMessageListInternalRangesRequest, IEquatableListInternalRangesRequest, IDeepCloneableListInternalRangesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListInternalRangesRequest()
public ListInternalRangesRequest()
ListInternalRangesRequest(ListInternalRangesRequest)
public ListInternalRangesRequest(ListInternalRangesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListInternalRangesRequest |
Properties
Filter
public string Filter { get; set; }
A filter expression that filters the results listed in the response.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Sort the results by a certain order.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of results per page that should be returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource's name.
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 |