public sealed class BackupInstanceRequest : IMessage<BackupInstanceRequest>, IEquatable<BackupInstanceRequest>, IDeepCloneable<BackupInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1 API class BackupInstanceRequest.
Request for [BackupInstance].
Implements
IMessageBackupInstanceRequest, IEquatableBackupInstanceRequest, IDeepCloneableBackupInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1Assembly
Google.Cloud.Memorystore.V1.dll
Constructors
BackupInstanceRequest()
public BackupInstanceRequest()BackupInstanceRequest(BackupInstanceRequest)
public BackupInstanceRequest(BackupInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupInstanceRequest |
Properties
BackupId
public string BackupId { get; set; }Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Instance UID] is used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasBackupId
public bool HasBackupId { get; }Gets whether the "backup_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InstanceName
public InstanceName InstanceName { get; set; }InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
Name
public string Name { get; set; }Required. Instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a Google Cloud region.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ttl
public Duration Ttl { get; set; }Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|