public sealed class CreateBackupChannelRequest : IMessage<CreateBackupChannelRequest>, IEquatable<CreateBackupChannelRequest>, IDeepCloneable<CreateBackupChannelRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup for GKE v1 API class CreateBackupChannelRequest.
Request message for CreateBackupChannel.
Implements
IMessageCreateBackupChannelRequest, IEquatableCreateBackupChannelRequest, IDeepCloneableCreateBackupChannelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
CreateBackupChannelRequest()
public CreateBackupChannelRequest()CreateBackupChannelRequest(CreateBackupChannelRequest)
public CreateBackupChannelRequest(CreateBackupChannelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateBackupChannelRequest |
Properties
BackupChannel
public BackupChannel BackupChannel { get; set; }Required. The BackupChannel resource object to create.
| Property Value | |
|---|---|
| Type | Description |
BackupChannel |
|
BackupChannelId
public string BackupChannelId { get; set; }Optional. The client-provided short name for the BackupChannel 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 BackupChannels in this location If the user does not provide a name, a uuid will be used as the name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The location within which to create the BackupChannel.
Format: projects/*/locations/*
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|