Resource: LoggingServer
Logging server to receive vCenter or ESXi logs.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "hostname": string, "port": integer, "protocol": enum ( |
Fields | |
---|---|
name |
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: |
createTime |
Output only. Creation time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last update time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
hostname |
Required. Fully-qualified domain name (FQDN) or IP Address of the logging server. |
port |
Required. Port number at which the logging server receives logs. |
protocol |
Required. Protocol used by vCenter to send logs to a logging server. |
sourceType |
Required. The type of component that produces logs that will be forwarded to this logging server. |
uid |
Output only. System-generated unique identifier for the resource. |
Protocol
Defines possible protocols used to send logs to a logging server.
Enums | |
---|---|
PROTOCOL_UNSPECIFIED |
Unspecified communications protocol. This is the default value. |
UDP |
UDP |
TCP |
TCP |
SourceType
Defines possible types of component that produces logs.
Enums | |
---|---|
SOURCE_TYPE_UNSPECIFIED |
The default value. This value should never be used. |
ESXI |
Logs produced by ESXI hosts |
VCSA |
Logs produced by vCenter server |
Methods |
|
---|---|
|
Create a new logging server for a given private cloud. |
|
Deletes a single logging server. |
|
Gets details of a logging server. |
|
Lists logging servers configured for a given private cloud. |
|
Updates the parameters of a single logging server. |