public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class ExportInstanceRequest.
Request for [Export][google.cloud.redis.v1beta1.CloudRedis.ExportInstance].
Implements
IMessageExportInstanceRequest, IEquatableExportInstanceRequest, IDeepCloneableExportInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Constructors
ExportInstanceRequest()
public ExportInstanceRequest()ExportInstanceRequest(ExportInstanceRequest)
public ExportInstanceRequest(ExportInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportInstanceRequest |
Properties
Name
public string Name { get; set; }Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OutputConfig
public OutputConfig OutputConfig { get; set; }Required. Specify data to be exported.
| Property Value | |
|---|---|
| Type | Description |
OutputConfig |
|