Disk Object
Disk(name = NULL, sourceImage = NULL, sizeGb = NULL, description = NULL, diskEncryptionKey = NULL, licenses = NULL, sourceImageEncryptionKey = NULL, sourceSnapshot = NULL, sourceSnapshotEncryptionKey = NULL, type = NULL)
name
: Name of the resourcesourceImage
: The source image used to create this disksizeGb
: Size of the persistent disk, specified in GBdescription
: An optional description of this resourcediskEncryptionKey
: Encrypts the disk using a customer-supplied encryption keylicenses
: Any applicable publicly visible licensessourceImageEncryptionKey
: The customer-supplied encryption key of the source imagesourceSnapshot
: The source snapshot used to create this disksourceSnapshotEncryptionKey
: The customer-supplied encryption key of the source snapshottype
: URL of the disk type resource describing which disk type to use to create the diskDisk object
A Disk resource.
Useful links