public sealed class LoggingServer : IMessage<LoggingServer>, IEquatable<LoggingServer>, IDeepCloneable<LoggingServer>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class LoggingServer.
Logging server to receive vCenter or ESXi logs.
Implements
IMessageLoggingServer, IEquatableLoggingServer, IDeepCloneableLoggingServer, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
LoggingServer()
public LoggingServer()
LoggingServer(LoggingServer)
public LoggingServer(LoggingServer other)
Parameter | |
---|---|
Name | Description |
other |
LoggingServer |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Creation time of this resource.
Property Value | |
---|---|
Type | Description |
Timestamp |
Hostname
public string Hostname { get; set; }
Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.
Property Value | |
---|---|
Type | Description |
string |
LoggingServerName
public LoggingServerName LoggingServerName { get; set; }
LoggingServerName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LoggingServerName |
Name
public string Name { get; set; }
Output only. The resource name of this logging server.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server
Property Value | |
---|---|
Type | Description |
string |
Port
public int Port { get; set; }
Required. Port number at which the logging server receives logs.
Property Value | |
---|---|
Type | Description |
int |
Protocol
public LoggingServer.Types.Protocol Protocol { get; set; }
Required. Protocol used by vCenter to send logs to a logging server.
Property Value | |
---|---|
Type | Description |
LoggingServerTypesProtocol |
SourceType
public LoggingServer.Types.SourceType SourceType { get; set; }
Required. The type of component that produces logs that will be forwarded to this logging server.
Property Value | |
---|---|
Type | Description |
LoggingServerTypesSourceType |
Uid
public string Uid { get; set; }
Output only. System-generated unique identifier for the resource.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Last update time of this resource.
Property Value | |
---|---|
Type | Description |
Timestamp |