deviceName property

  1. @TagNumber(6)
String get deviceName

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);
  1. @TagNumber(6)
set deviceName (String v)

Implementation

@$pb.TagNumber(6)
set deviceName($core.String v) { $_setString(4, v); }