SetOsname sets the "osname" field.
(v string)
| 619 | |
| 620 | // SetOsname sets the "osname" field. |
| 621 | func (u *MachineUpsert) SetOsname(v string) *MachineUpsert { |
| 622 | u.Set(machine.FieldOsname, v) |
| 623 | return u |
| 624 | } |
| 625 | |
| 626 | // UpdateOsname sets the "osname" field to the value that was provided on create. |
| 627 | func (u *MachineUpsert) UpdateOsname() *MachineUpsert { |