VmServer class

Represents a VM server.

Constructors

VmServer({String? vmManagerName, VmManagerType? vmManagerType, String? vmName, String? vmPath, VmServerAddress? vmServerAddress})
VmServer.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vmManagerName String?
The name of the VM manager.
final
vmManagerType VmManagerType?
The type of VM management product.
final
vmName String?
The name of the VM.
final
vmPath String?
The VM folder path in the vCenter Server virtual machine inventory tree.
final
vmServerAddress VmServerAddress?
The VM server location.
final

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