public sealed class VirtualMachine : IMessage<VirtualMachine>, IEquatable<VirtualMachine>, IDeepCloneable<VirtualMachine>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class VirtualMachine.
Runtime using Virtual Machine for computing.
Implements
IMessageVirtualMachine, IEquatableVirtualMachine, IDeepCloneableVirtualMachine, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
VirtualMachine()
public VirtualMachine()
VirtualMachine(VirtualMachine)
public VirtualMachine(VirtualMachine other)
Parameter | |
---|---|
Name | Description |
other |
VirtualMachine |
Properties
InstanceId
public string InstanceId { get; set; }
Output only. The unique identifier of the Managed Compute Engine instance.
Property Value | |
---|---|
Type | Description |
string |
InstanceName
public string InstanceName { get; set; }
Output only. The user-friendly name of the Managed Compute Engine instance.
Property Value | |
---|---|
Type | Description |
string |
VirtualMachineConfig
public VirtualMachineConfig VirtualMachineConfig { get; set; }
Virtual Machine configuration settings.
Property Value | |
---|---|
Type | Description |
VirtualMachineConfig |