VmwareEnginePreferences class

The user preferences relating to Google Cloud VMware Engine target platform.

Constructors

VmwareEnginePreferences({String? commitmentPlan, double? cpuOvercommitRatio, double? memoryOvercommitRatio, double? storageDeduplicationCompressionRatio})
VmwareEnginePreferences.fromJson(Map json_)

Properties

commitmentPlan String?
Commitment plan to consider when calculating costs for virtual machine insights and recommendations.
getter/setter pair
cpuOvercommitRatio double?
CPU overcommit ratio.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memoryOvercommitRatio double?
Memory overcommit ratio.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageDeduplicationCompressionRatio double?
The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression.
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