LocalDiskInitializeParams class
Input only.
Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new runtime. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
Constructors
-
LocalDiskInitializeParams({String? description, String? diskName, String? diskSizeGb, String? diskType, Map<
String, String> ? labels}) - LocalDiskInitializeParams.fromJson(Map json_)
Properties
- description ↔ String?
-
Provide this property when creating the disk.
getter/setter pair
- diskName ↔ String?
-
Specifies the disk name.
getter/setter pair
- diskSizeGb ↔ String?
-
Specifies the size of the disk in base-2 GB.
getter/setter pair
- diskType ↔ String?
-
Input only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels to apply to this disk.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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