AI Platform Notebooks v1 API - Class RollbackInstanceRequest (2.1.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class RollbackInstanceRequest.

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