Network Connectivity v1 API - Class ListHubSpokesRequest (2.7.0)

public sealed class ListHubSpokesRequest : IMessage<ListHubSpokesRequest>, IEquatable<ListHubSpokesRequest>, IDeepCloneable<ListHubSpokesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Network Connectivity v1 API class ListHubSpokesRequest.

The request for [HubService.ListHubSpokes][google.cloud.networkconnectivity.v1.HubService.ListHubSpokes].

Inheritance

object > ListHubSpokesRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListHubSpokesRequest()

public ListHubSpokesRequest()

ListHubSpokesRequest(ListHubSpokesRequest)

public ListHubSpokesRequest(ListHubSpokesRequest other)
Parameter
NameDescription
otherListHubSpokesRequest

Properties

Filter

public string Filter { get; set; }

An expression that filters the list of results.

Property Value
TypeDescription
string

HubName

public HubName HubName { get; set; }

HubName-typed view over the Name resource name property.

Property Value
TypeDescription
HubName

Name

public string Name { get; set; }

Required. The name of the hub.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Sort the results by name or create_time.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The page token.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
ListHubSpokesRequestTypesSpokeView