Class LoggingServer (1.4.2)

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

Logging server to receive vCenter or ESXi logs.

Attributes

NameDescription
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.

Values: PROTOCOL_UNSPECIFIED (0): Unspecified communications protocol. This is the default value. UDP (1): UDP TCP (2): TCP

SourceType

SourceType(value)

Defines possible types of component that produces logs.

Values: SOURCE_TYPE_UNSPECIFIED (0): The default value. This value should never be used. ESXI (1): Logs produced by ESXI hosts VCSA (2): Logs produced by vCenter server