public sealed class ListSpokesRequest : IMessage<ListSpokesRequest>, IEquatable<ListSpokesRequest>, IDeepCloneable<ListSpokesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Connectivity v1 API class ListSpokesRequest.
The request for [HubService.ListSpokes][google.cloud.networkconnectivity.v1.HubService.ListSpokes].
Implements
IMessageListSpokesRequest, IEquatableListSpokesRequest, IDeepCloneableListSpokesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListSpokesRequest()
public ListSpokesRequest()ListSpokesRequest(ListSpokesRequest)
public ListSpokesRequest(ListSpokesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSpokesRequest |
Properties
Filter
public string Filter { get; set; }An expression that filters the list of results.
| 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 to return per page.
| 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.
| 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 |
|