Show / Hide Table of Contents

Class VirtualMachine

Runtime using Virtual Machine for computing.

Inheritance
object
VirtualMachine
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX