Resource: OperatingSystemVersion
Represents a specific version of an operating system.
JSON representation |
---|
{ "name": string, "majorVersion": integer, "minorVersion": integer, "microVersion": integer } |
Fields | |
---|---|
name |
Identifier. The resource name of the |
majorVersion |
Output only. The major version of the operating system. |
minorVersion |
Output only. The minor version of the operating system. |
microVersion |
Output only. The micro version of the operating system. |
Methods |
|
---|---|
|
API to retrieve a OperatingSystemVersion object. |
|
API to retrieve a list of OperatingSystemVersion objects. |