Class VmExtension
A VM extension that can be installed on a VM.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VmExtension : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the vm extension.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versions
The latest 10 versions of the vm extension.
Declaration
[JsonProperty("versions")]
public virtual IList<string> Versions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |