Class LoggingServer (1.4.4)

LoggingServer(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Logging server to receive vCenter or ESXi logs.

Attributes

Name Description
name str
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
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this resource.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update time of this resource.
hostname str
Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.
port int
Required. Port number at which the logging server receives logs.
protocol google.cloud.vmwareengine_v1.types.LoggingServer.Protocol
Required. Protocol used by vCenter to send logs to a logging server.
source_type google.cloud.vmwareengine_v1.types.LoggingServer.SourceType
Required. The type of component that produces logs that will be forwarded to this logging server.
uid str
Output only. System-generated unique identifier for the resource.

Classes

Protocol

Protocol(value)

Defines possible protocols used to send logs to a logging server.

SourceType

SourceType(value)

Defines possible types of component that produces logs.