diskName property

String? diskName
getter/setter pair

Specifies the disk name.

If not specified, the default is to use the name of the instance. If a disk with the same name already exists in the given region, the existing disk is attached to the new instance and the new disk is not created.

Implementation

core.String? diskName;