VmwareVsphereTag class

VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool.

For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html

Constructors

VmwareVsphereTag({String? category, String? tag})
VmwareVsphereTag.fromJson(Map json_)

Properties

category String?
The Vsphere tag category.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
The Vsphere tag name.
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