Backup for GKE v1 API - Class CreateBackupRequest (2.2.0)

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

Reference documentation and code samples for the Backup for GKE v1 API class CreateBackupRequest.

Request message for CreateBackup.

Inheritance

object > CreateBackupRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

CreateBackupRequest()

public CreateBackupRequest()

CreateBackupRequest(CreateBackupRequest)

public CreateBackupRequest(CreateBackupRequest other)
Parameter
NameDescription
otherCreateBackupRequest

Properties

Backup

public Backup Backup { get; set; }

The Backup resource to create.

Property Value
TypeDescription
Backup

BackupId

public string BackupId { get; set; }

The client-provided short name for the Backup 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 Backups in this BackupPlan
Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The BackupPlan within which to create the Backup. Format: projects/*/locations/*/backupPlans/*

Property Value
TypeDescription
string

ParentAsBackupPlanName

public BackupPlanName ParentAsBackupPlanName { get; set; }

BackupPlanName-typed view over the Parent resource name property.

Property Value
TypeDescription
BackupPlanName