public sealed class ListSpokesRequest : IMessage<ListSpokesRequest>, IEquatable<ListSpokesRequest>, IDeepCloneable<ListSpokesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Connectivity v1alpha1 API class ListSpokesRequest.
The request for [HubService.ListSpokes][google.cloud.networkconnectivity.v1alpha1.HubService.ListSpokes].
Implements
IMessageListSpokesRequest, IEquatableListSpokesRequest, IDeepCloneableListSpokesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Alpha1Assembly
Google.Cloud.NetworkConnectivity.V1Alpha1.dll
Constructors
ListSpokesRequest()
public ListSpokesRequest()ListSpokesRequest(ListSpokesRequest)
public ListSpokesRequest(ListSpokesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSpokesRequest |
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's resource 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 |
|