public sealed class LoadSnapshotRequest : IMessage<LoadSnapshotRequest>, IEquatable<LoadSnapshotRequest>, IDeepCloneable<LoadSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class LoadSnapshotRequest.
Request to load a snapshot into a Cloud Composer environment.
Implements
IMessageLoadSnapshotRequest, IEquatableLoadSnapshotRequest, IDeepCloneableLoadSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
LoadSnapshotRequest()
public LoadSnapshotRequest()LoadSnapshotRequest(LoadSnapshotRequest)
public LoadSnapshotRequest(LoadSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LoadSnapshotRequest |
Properties
Environment
public string Environment { get; set; }The resource name of the target environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Property Value | |
|---|---|
| Type | Description |
string |
|
SkipAirflowOverridesSetting
public bool SkipAirflowOverridesSetting { get; set; }Whether or not to skip setting Airflow overrides when loading the environment's state.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SkipEnvironmentVariablesSetting
public bool SkipEnvironmentVariablesSetting { get; set; }Whether or not to skip setting environment variables when loading the environment's state.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SkipGcsDataCopying
public bool SkipGcsDataCopying { get; set; }Whether or not to skip copying Cloud Storage data when loading the environment's state.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SkipPypiPackagesInstallation
public bool SkipPypiPackagesInstallation { get; set; }Whether or not to skip installing Pypi packages when loading the environment's state.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SnapshotPath
public string SnapshotPath { get; set; }A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
| Property Value | |
|---|---|
| Type | Description |
string |
|