public sealed class SaveSnapshotRequest : IMessage<SaveSnapshotRequest>, IEquatable<SaveSnapshotRequest>, IDeepCloneable<SaveSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotRequest.
Request to create a snapshot of a Cloud Composer environment.
Implements
IMessageSaveSnapshotRequest, IEquatableSaveSnapshotRequest, IDeepCloneableSaveSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
SaveSnapshotRequest()
public SaveSnapshotRequest()
SaveSnapshotRequest(SaveSnapshotRequest)
public SaveSnapshotRequest(SaveSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other |
SaveSnapshotRequest |
Properties
Environment
public string Environment { get; set; }
The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Property Value | |
---|---|
Type | Description |
string |
SnapshotLocation
public string SnapshotLocation { get; set; }
Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".
Property Value | |
---|---|
Type | Description |
string |