Class CreateRestoreRequest (1.0.0-beta01)

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

Request message for CreateRestore.

Inheritance

Object > CreateRestoreRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

CreateRestoreRequest()

public CreateRestoreRequest()

CreateRestoreRequest(CreateRestoreRequest)

public CreateRestoreRequest(CreateRestoreRequest other)
Parameter
NameDescription
otherCreateRestoreRequest

Properties

Parent

public string Parent { get; set; }

Required. The RestorePlan within which to create the Restore. Format: projects//locations//restorePlans/*

Property Value
TypeDescription
String

ParentAsRestorePlanName

public RestorePlanName ParentAsRestorePlanName { get; set; }

RestorePlanName-typed view over the Parent resource name property.

Property Value
TypeDescription
RestorePlanName

Restore

public Restore Restore { get; set; }

Required. The restore resource to create.

Property Value
TypeDescription
Restore

RestoreId

public string RestoreId { get; set; }

Required. The client-provided short name for the Restore resource. This name must:

  • be between 1 and 63 characters long (inclusive)
  • consist of only lower-case ASCII letters, numbers, and dashes
  • start with a lower-case letter
  • end with a lower-case letter or number
  • be unique within the set of Restores in this RestorePlan.
Property Value
TypeDescription
String