VmwarePlatformDetails class
VMware specific details.
Constructors
- VmwarePlatformDetails({String? esxVersion, String? osid, String? vcenterFolder, String? vcenterUri, String? vcenterVersion, String? vcenterVmId})
- VmwarePlatformDetails.fromJson(Map json_)
Properties
- esxVersion ↔ String?
-
ESX version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- osid ↔ String?
-
VMware os enum -
https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vcenterFolder ↔ String?
-
Folder name in vCenter where asset resides.
getter/setter pair
- vcenterUri ↔ String?
-
vCenter URI used in collection.
getter/setter pair
- vcenterVersion ↔ String?
-
vCenter version.
getter/setter pair
- vcenterVmId ↔ String?
-
vCenter VM ID.
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