Class GetRestoreRequest (1.0.0-beta01)

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

Request message for GetRestore.

Inheritance

Object > GetRestoreRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

GetRestoreRequest()

public GetRestoreRequest()

GetRestoreRequest(GetRestoreRequest)

public GetRestoreRequest(GetRestoreRequest other)
Parameter
NameDescription
otherGetRestoreRequest

Properties

Name

public string Name { get; set; }

Required. Name of the restore resource. Format: projects//locations//restorePlans//restores/

Property Value
TypeDescription
String

RestoreName

public RestoreName RestoreName { get; set; }

RestoreName-typed view over the Name resource name property.

Property Value
TypeDescription
RestoreName