VmwarePlatformConfig class
VmwarePlatformConfig represents configuration for the VMware platform.
Constructors
-
VmwarePlatformConfig({List<
VmwareBundleConfig> ? bundles, String? platformVersion, String? requiredPlatformVersion, ResourceStatus? status}) - VmwarePlatformConfig.fromJson(Map json_)
Properties
-
bundles
↔ List<
VmwareBundleConfig> ? -
The list of bundles installed in the admin cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformVersion ↔ String?
-
The platform version e.g. 1.13.2.
getter/setter pair
- requiredPlatformVersion ↔ String?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ ResourceStatus?
-
Resource status for the platform.
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