VM Migration v1 API - Class ListSourcesResponse (2.6.0)

public sealed class ListSourcesResponse : IMessage<ListSourcesResponse>, IEquatable<ListSourcesResponse>, IDeepCloneable<ListSourcesResponse>, IBufferMessage, IMessage, IPageResponse<Source>, IEnumerable<Source>, IEnumerable

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

Response message for 'ListSources' request.

Inheritance

object > ListSourcesResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListSourcesResponse()

public ListSourcesResponse()

ListSourcesResponse(ListSourcesResponse)

public ListSourcesResponse(ListSourcesResponse other)
Parameter
Name Description
other ListSourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Sources

public RepeatedField<Source> Sources { get; }

Output only. The list of sources response.

Property Value
Type Description
RepeatedFieldSource

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Source> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSource