public sealed class ListHubSpokesRequest : IMessage<ListHubSpokesRequest>, IEquatable<ListHubSpokesRequest>, IDeepCloneable<ListHubSpokesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Connectivity v1 API class ListHubSpokesRequest.
The request for [HubService.ListHubSpokes][google.cloud.networkconnectivity.v1.HubService.ListHubSpokes].
Implements
IMessageListHubSpokesRequest, IEquatableListHubSpokesRequest, IDeepCloneableListHubSpokesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListHubSpokesRequest()
public ListHubSpokesRequest()ListHubSpokesRequest(ListHubSpokesRequest)
public ListHubSpokesRequest(ListHubSpokesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHubSpokesRequest |
Properties
Filter
public string Filter { get; set; }An expression that filters the list of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HubName
public HubName HubName { get; set; }| Property Value | |
|---|---|
| Type | Description |
HubName |
|
Name
public string Name { get; set; }Required. The name of the hub.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Sort the results by name or create_time.
| 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 |
|
SpokeLocations
public RepeatedField<string> SpokeLocations { get; }A list of locations.
Specify one of the following: [global], a single region (for
example, [us-central1]), or a combination of
values (for example, [global, us-central1, us-west1]).
If the spoke_locations field is populated, the list of results
includes only spokes in the specified location.
If the spoke_locations field is not populated, the list of results
includes spokes in all locations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
View
public ListHubSpokesRequest.Types.SpokeView View { get; set; }The view of the spoke to return. The view that you use determines which spoke fields are included in the response.
| Property Value | |
|---|---|
| Type | Description |
ListHubSpokesRequestTypesSpokeView |
|