GetImageResult class
Result data returned by getImage.
Constructors
- GetImageResult({String? description, String? id, String? imageId, String? name, String? operatingSystemType, String? region, String? requiredTenancy, String? state})
-
Creates a new GetImageResult.
descriptionThe description of the image.idThe provider-assigned unique ID for this managed resource.imageIdOptional.nameThe name of the image.operatingSystemTypeOptional.regionOptional.requiredTenancySpecifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.stateThe status of the image.const -
GetImageResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- description → String?
-
The description of the image.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- imageId → String?
-
final
- name → String?
-
The name of the image.
final
- operatingSystemType → String?
-
final
- region → String?
-
final
- requiredTenancy → String?
-
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
The status of the image.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited