GceHyperdiskBalancedHighAvailability class
A Persistent Directory backed by a Compute Engine Hyperdisk Balanced High Availability Disk.
This is a high-availability block storage solution that offers a balance between performance and cost for most general-purpose workloads.
Constructors
- GceHyperdiskBalancedHighAvailability({String? archiveTimeout, String? reclaimPolicy, int? sizeGb, String? sourceSnapshot})
- GceHyperdiskBalancedHighAvailability.fromJson(Map json_)
Properties
- archiveTimeout ↔ String?
-
Number of seconds to wait after initially creating or subsequently
shutting down the workstation before converting its disk into a snapshot.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reclaimPolicy ↔ String?
-
Whether the persistent disk should be deleted when the workstation is
deleted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeGb ↔ int?
-
The GB capacity of a persistent home directory for each workstation
created with this configuration.
getter/setter pair
- sourceSnapshot ↔ String?
-
Name of the snapshot to use as the source for the disk.
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