Show / Hide Table of Contents

Class AssignmentOsType

Defines the criteria for selecting VM Instances by OS type.

Inheritance
object
AssignmentOsType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class AssignmentOsType : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OsArchitecture

Targets VM instances with OS Inventory enabled and having the following OS architecture.

Declaration
[JsonProperty("osArchitecture")]
public virtual string OsArchitecture { get; set; }
Property Value
Type Description
string

OsShortName

Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".

Declaration
[JsonProperty("osShortName")]
public virtual string OsShortName { get; set; }
Property Value
Type Description
string

OsVersion

Targets VM instances with OS Inventory enabled and having the following following OS version.

Declaration
[JsonProperty("osVersion")]
public virtual string OsVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX