diskName property

  1. @TagNumber(2)
String get diskName

Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated.

Implementation

@$pb.TagNumber(2)
$core.String get diskName => $_getSZ(1);
  1. @TagNumber(2)
set diskName (String v)

Implementation

@$pb.TagNumber(2)
set diskName($core.String v) { $_setString(1, v); }