Class RollbackInstanceRequest (1.0.0-beta04)

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

Request for rollbacking a notebook instance

Inheritance

Object > RollbackInstanceRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RollbackInstanceRequest()

public RollbackInstanceRequest()

RollbackInstanceRequest(RollbackInstanceRequest)

public RollbackInstanceRequest(RollbackInstanceRequest other)
Parameter
NameDescription
otherRollbackInstanceRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

TargetSnapshot

public string TargetSnapshot { get; set; }

Required. The snapshot for rollback. Example: "projects/test-project/global/snapshots/krwlzipynril".

Property Value
TypeDescription
String