CreateBackupChannelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateBackupChannel.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The location within which to create the BackupChannel. Format: projects/*/locations/*
|
backup_channel |
google.cloud.gke_backup_v1.types.BackupChannel
Required. The BackupChannel resource object to create. |
backup_channel_id |
str
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. |