Show / Hide Table of Contents

Class AgentMetadata

VM Agent Metadata.

Inheritance
object
AgentMetadata
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.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class AgentMetadata : IDirectResponseSchema

Properties

CreationTime

object representation of CreationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationTimeDateTimeOffset instead.")]
public virtual object CreationTime { get; set; }
Property Value
Type Description
object

CreationTimeDateTimeOffset

DateTimeOffset representation of CreationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreationTimeRaw

When the VM agent started. Use agent_startup_time instead.

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

Creator

Full name of the entity that created this vm. For MIG, this path is: projects/{project}/regions/{region}/InstanceGroupManagers/{igm} The value is retrieved from the vm metadata key of "created-by".

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

ETag

The ETag of the item.

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

ImageVersion

image version for the VM that this agent is installed on.

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

Instance

GCP instance name (go/instance-name).

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

InstanceId

GCP instance ID (go/instance-id).

Declaration
[JsonProperty("instanceId")]
public virtual ulong? InstanceId { get; set; }
Property Value
Type Description
ulong?

InstancePreemptionNoticeReceived

If the GCP instance has received preemption notice.

Declaration
[JsonProperty("instancePreemptionNoticeReceived")]
public virtual bool? InstancePreemptionNoticeReceived { get; set; }
Property Value
Type Description
bool?

MachineType

Optional. machine type of the VM

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

OsRelease

parsed contents of /etc/os-release

Declaration
[JsonProperty("osRelease")]
public virtual IDictionary<string, string> OsRelease { get; set; }
Property Value
Type Description
IDictionary<string, string>

Version

agent binary version running on VM

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

Zone

Agent zone.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX