Class VirtualMachine
Runtime using Virtual Machine for computing.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class VirtualMachine : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceId
Output only. The unique identifier of the Managed Compute Engine instance.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceName
Output only. The user-friendly name of the Managed Compute Engine instance.
Declaration
[JsonProperty("instanceName")]
public virtual string InstanceName { get; set; }
Property Value
Type | Description |
---|---|
string |
VirtualMachineConfig
Virtual Machine configuration settings.
Declaration
[JsonProperty("virtualMachineConfig")]
public virtual VirtualMachineConfig VirtualMachineConfig { get; set; }
Property Value
Type | Description |
---|---|
VirtualMachineConfig |