VMware Engine v1 API - Class ListLoggingServersResponse (1.3.0)

public sealed class ListLoggingServersResponse : IMessage<ListLoggingServersResponse>, IEquatable<ListLoggingServersResponse>, IDeepCloneable<ListLoggingServersResponse>, IBufferMessage, IMessage, IPageResponse<LoggingServer>, IEnumerable<LoggingServer>, IEnumerable

Reference documentation and code samples for the VMware Engine v1 API class ListLoggingServersResponse.

Response message for [VmwareEngine.ListLoggingServers][google.cloud.vmwareengine.v1.VmwareEngine.ListLoggingServers]

Inheritance

object > ListLoggingServersResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListLoggingServersResponse()

public ListLoggingServersResponse()

ListLoggingServersResponse(ListLoggingServersResponse)

public ListLoggingServersResponse(ListLoggingServersResponse other)
Parameter
NameDescription
otherListLoggingServersResponse

Properties

LoggingServers

public RepeatedField<LoggingServer> LoggingServers { get; }

A list of Logging Servers.

Property Value
TypeDescription
RepeatedFieldLoggingServer

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached when making an aggregated query using wildcards.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<LoggingServer> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorLoggingServer