deviceName property
Device name of an attached disk volume, which should align with a
device_name specified by
job.allocation_policy.instances0
.policy.disksi
.device_name or
defined by the given instance template in
job.allocation_policy.instances0
.instance_template.
Implementation
@$pb.TagNumber(6)
$core.String get deviceName => $_getSZ(4);
Implementation
@$pb.TagNumber(6)
set deviceName($core.String v) { $_setString(4, v); }