LoggingServer class

Logging server to receive vCenter or ESXi logs.

Constructors

LoggingServer({String? createTime, String? hostname, String? name, int? port, String? protocol, String? sourceType, String? uid, String? updateTime})
LoggingServer.fromJson(Map json_)

Properties

createTime String?
Creation time of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
Fully-qualified domain name (FQDN) or IP Address of the logging server.
getter/setter pair
name String?
The resource name of this logging server.
getter/setter pair
port int?
Port number at which the logging server receives logs.
getter/setter pair
protocol String?
Protocol used by vCenter to send logs to a logging server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType String?
The type of component that produces logs that will be forwarded to this logging server.
getter/setter pair
uid String?
System-generated unique identifier for the resource.
getter/setter pair
updateTime String?
Last update time of this resource.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited