Network Connectivity v1 API - Class ListDestinationsRequest (2.12.0)

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

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

Request message to list Destination resources.

Inheritance

object > ListDestinationsRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListDestinationsRequest()

public ListDestinationsRequest()

ListDestinationsRequest(ListDestinationsRequest)

public ListDestinationsRequest(ListDestinationsRequest other)
Parameter
Name Description
other ListDestinationsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression that filters the results listed in the response.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. The sort order of the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results listed per page.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of the parent resource.

Property Value
Type Description
string

ParentAsMulticloudDataTransferConfigName

public MulticloudDataTransferConfigName ParentAsMulticloudDataTransferConfigName { get; set; }

MulticloudDataTransferConfigName-typed view over the Parent resource name property.

Property Value
Type Description
MulticloudDataTransferConfigName

ReturnPartialSuccess

public bool ReturnPartialSuccess { get; set; }

Optional. If true, allow partial responses for multi-regional aggregated list requests.

Property Value
Type Description
bool