GoogleApi.VMwareEngine.V1.Model.LoggingServer (google_api_v_mware_engine v0.5.0)

View Source

Logging server to receive vCenter or ESXi logs.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Creation time of this resource.
  • hostname (type: String.t, default: nil) - Required. Fully-qualified domain name (FQDN) or IP Address of the logging server.
  • name (type: String.t, default: nil) - 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
  • port (type: integer(), default: nil) - Required. Port number at which the logging server receives logs.
  • protocol (type: String.t, default: nil) - Required. Protocol used by vCenter to send logs to a logging server.
  • sourceType (type: String.t, default: nil) - Required. The type of component that produces logs that will be forwarded to this logging server.
  • uid (type: String.t, default: nil) - Output only. System-generated unique identifier for the resource.
  • updateTime (type: DateTime.t, default: nil) - Output only. Last update time of this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.LoggingServer{
  createTime: DateTime.t() | nil,
  hostname: String.t() | nil,
  name: String.t() | nil,
  port: integer() | nil,
  protocol: String.t() | nil,
  sourceType: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.