public sealed class BootImage : IMessage<VirtualMachineConfig.Types.BootImage>, IEquatable<VirtualMachineConfig.Types.BootImage>, IDeepCloneable<VirtualMachineConfig.Types.BootImage>, IBufferMessage, IMessage
Definition of the boot image used by the Runtime. Used to facilitate runtime upgradeability.
Implements
IMessage<VirtualMachineConfig.Types.BootImage>, IEquatable<VirtualMachineConfig.Types.BootImage>, IDeepCloneable<VirtualMachineConfig.Types.BootImage>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
BootImage()
public BootImage()
BootImage(VirtualMachineConfig.Types.BootImage)
public BootImage(VirtualMachineConfig.Types.BootImage other)
Parameter | |
---|---|
Name | Description |
other | VirtualMachineConfig.Types.BootImage |