Class UpgradeInstanceInternalRequest (1.0.0-beta04)

public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage

Request for upgrading a notebook instance from within the VM

Inheritance

Object > UpgradeInstanceInternalRequest

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

UpgradeInstanceInternalRequest()

public UpgradeInstanceInternalRequest()

UpgradeInstanceInternalRequest(UpgradeInstanceInternalRequest)

public UpgradeInstanceInternalRequest(UpgradeInstanceInternalRequest other)
Parameter
NameDescription
otherUpgradeInstanceInternalRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

Property Value
TypeDescription
String

VmId

public string VmId { get; set; }

Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity

Property Value
TypeDescription
String