VMware Engine v1 API - Class LoggingServer (1.3.0)

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.

Inheritance

object > LoggingServer

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

LoggingServer()

public LoggingServer()

LoggingServer(LoggingServer)

public LoggingServer(LoggingServer other)
Parameter
NameDescription
otherLoggingServer

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of this resource.

Property Value
TypeDescription
Timestamp

Hostname

public string Hostname { get; set; }

Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.

Property Value
TypeDescription
string

LoggingServerName

public LoggingServerName LoggingServerName { get; set; }

LoggingServerName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string

Port

public int Port { get; set; }

Required. Port number at which the logging server receives logs.

Property Value
TypeDescription
int

Protocol

public LoggingServer.Types.Protocol Protocol { get; set; }

Required. Protocol used by vCenter to send logs to a logging server.

Property Value
TypeDescription
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
TypeDescription
LoggingServerTypesSourceType

Uid

public string Uid { get; set; }

Output only. System-generated unique identifier for the resource.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Last update time of this resource.

Property Value
TypeDescription
Timestamp