VM Migration v1 API - Class ListTargetProjectsRequest (2.3.0)

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

Reference documentation and code samples for the VM Migration v1 API class ListTargetProjectsRequest.

Request message for 'ListTargetProjects' call.

Inheritance

Object > ListTargetProjectsRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListTargetProjectsRequest()

public ListTargetProjectsRequest()

ListTargetProjectsRequest(ListTargetProjectsRequest)

public ListTargetProjectsRequest(ListTargetProjectsRequest other)
Parameter
NameDescription
otherListTargetProjectsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter request.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. the order by fields for the result.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Required. A page token, received from a previous ListTargets call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTargets must match the call that provided the page token.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of targets.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName