DiskImageTargetDetails class

The target details of the image resource that will be created by the import job.

Constructors

DiskImageTargetDetails({List<String>? additionalLicenses, DataDiskImageImport? dataDiskImageImport, String? description, Encryption? encryption, String? familyName, String? imageName, Map<String, String>? labels, ImageImportOsAdaptationParameters? osAdaptationParameters, bool? singleRegionStorage, String? targetProject})
DiskImageTargetDetails.fromJson(Map json_)

Properties

additionalLicenses List<String>?
Additional licenses to assign to the image.
getter/setter pair
dataDiskImageImport DataDiskImageImport?
Use to skip OS adaptation process.
getter/setter pair
description String?
An optional description of the image.
getter/setter pair
encryption Encryption?
The encryption to apply to the image.
getter/setter pair
familyName String?
The name of the image family to which the new image belongs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageName String?
The name of the image to be created.
getter/setter pair
labels Map<String, String>?
A map of labels to associate with the image.
getter/setter pair
osAdaptationParameters ImageImportOsAdaptationParameters?
Use to set the parameters relevant for the OS adaptation process.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleRegionStorage bool?
Set to true to set the image storageLocations to the single region of the import job.
getter/setter pair
targetProject String?
Reference to the TargetProject resource that represents the target project in which the imported image will be created.
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