Compute Engine v1 API - Class HostsListResponse (3.30.0)

public sealed class HostsListResponse : IMessage<HostsListResponse>, IEquatable<HostsListResponse>, IDeepCloneable<HostsListResponse>, IBufferMessage, IMessage, IPageResponse<Host>, IEnumerable<Host>, IEnumerable

Inheritance

object > HostsListResponse

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HostsListResponse()

public HostsListResponse()

HostsListResponse(HostsListResponse)

public HostsListResponse(HostsListResponse other)
Parameter
Name Description
other HostsListResponse

Properties

Etag

public string Etag { get; set; }
Property Value
Type Description
string

HasEtag

public bool HasEtag { get; }

Gets whether the "etag" field is set

Property Value
Type Description
bool

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
Type Description
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
Type Description
bool

HasNextPageToken

public bool HasNextPageToken { get; }

Gets whether the "next_page_token" field is set

Property Value
Type Description
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
Type Description
bool

Id

public string Id { get; set; }

The unique identifier for the resource; defined by the server.

Property Value
Type Description
string

Items

public RepeatedField<Host> Items { get; }

A list of host resources.

Property Value
Type Description
RepeatedFieldHost

Kind

public string Kind { get; set; }

The type of resource. Always compute#host for a list of hosts.

Property Value
Type Description
string

NextPageToken

public string NextPageToken { get; set; }

This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

Property Value
Type Description
string
public string SelfLink { get; set; }

The server-defined URL for this resource.

Property Value
Type Description
string

Unreachables

public RepeatedField<string> Unreachables { get; }

Unreachable resources. end_interface: MixerListResponseWithEtagBuilder

Property Value
Type Description
RepeatedFieldstring

Warning

public Warning Warning { get; set; }

An informational warning message.

Property Value
Type Description
Warning

Methods

GetEnumerator()

public IEnumerator<Host> GetEnumerator()

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

Returns
Type Description
IEnumeratorHost