public sealed class ListLoggingServersResponse : IMessage<ListLoggingServersResponse>, IEquatable<ListLoggingServersResponse>, IDeepCloneable<ListLoggingServersResponse>, IBufferMessage, IMessage, IPageResponse<LoggingServer>, IEnumerable<LoggingServer>, IEnumerableReference documentation and code samples for the VMware Engine v1 API class ListLoggingServersResponse.
Response message for [VmwareEngine.ListLoggingServers][google.cloud.vmwareengine.v1.VmwareEngine.ListLoggingServers]
Implements
IMessageListLoggingServersResponse, IEquatableListLoggingServersResponse, IDeepCloneableListLoggingServersResponse, IBufferMessage, IMessage, IPageResponseLoggingServer, IEnumerableLoggingServer, IEnumerableNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListLoggingServersResponse()
public ListLoggingServersResponse()ListLoggingServersResponse(ListLoggingServersResponse)
public ListLoggingServersResponse(ListLoggingServersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLoggingServersResponse |
Properties
LoggingServers
public RepeatedField<LoggingServer> LoggingServers { get; }A list of Logging Servers.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached when making an aggregated query using wildcards.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<LoggingServer> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorLoggingServer |
|