Network Connectivity v1 API - Class ListSpokesRequest (2.7.0)

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

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

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

Inheritance

object > ListSpokesRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListSpokesRequest()

public ListSpokesRequest()

ListSpokesRequest(ListSpokesRequest)

public ListSpokesRequest(ListSpokesRequest other)
Parameter
NameDescription
otherListSpokesRequest

Properties

Filter

public string Filter { get; set; }

An expression that filters the list of results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Sort the results by a certain order.

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

Parent

public string Parent { get; set; }

Required. The parent resource.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName