processorIoSpec property

  1. @TagNumber(11)
ProcessorIOSpec processorIoSpec

Output only. Output only The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.

Implementation

@$pb.TagNumber(11)
ProcessorIOSpec get processorIoSpec => $_getN(9);
  1. @TagNumber(11)
void processorIoSpec=(ProcessorIOSpec v)

Implementation

@$pb.TagNumber(11)
set processorIoSpec(ProcessorIOSpec v) { setField(11, v); }