Class GlobalVmExtension
Inheritance
GlobalVmExtension
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GlobalVmExtension : IDirectResponseSchema
Properties
CreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Description
Output only. [Output Only] An optional textual description of the resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Id
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Kind
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtension.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
SelfLink
Output only. [Output Only] Server-defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Versions
Declaration
[JsonProperty("versions")]
public virtual IList<string> Versions { get; set; }
Property Value
Implements