Show / Hide Table of Contents

Class LoadSnapshotRequest

Request to load a snapshot into a Cloud Composer environment.

Inheritance
object
LoadSnapshotRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class LoadSnapshotRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SkipAirflowOverridesSetting

Whether or not to skip setting Airflow overrides when loading the environment's state.

Declaration
[JsonProperty("skipAirflowOverridesSetting")]
public virtual bool? SkipAirflowOverridesSetting { get; set; }
Property Value
Type Description
bool?

SkipEnvironmentVariablesSetting

Whether or not to skip setting environment variables when loading the environment's state.

Declaration
[JsonProperty("skipEnvironmentVariablesSetting")]
public virtual bool? SkipEnvironmentVariablesSetting { get; set; }
Property Value
Type Description
bool?

SkipGcsDataCopying

Whether or not to skip copying Cloud Storage data when loading the environment's state.

Declaration
[JsonProperty("skipGcsDataCopying")]
public virtual bool? SkipGcsDataCopying { get; set; }
Property Value
Type Description
bool?

SkipPypiPackagesInstallation

Whether or not to skip installing Pypi packages when loading the environment's state.

Declaration
[JsonProperty("skipPypiPackagesInstallation")]
public virtual bool? SkipPypiPackagesInstallation { get; set; }
Property Value
Type Description
bool?

SnapshotPath

A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".

Declaration
[JsonProperty("snapshotPath")]
public virtual string SnapshotPath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX