Class TargetConfiguration
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class TargetConfiguration : IDirectResponseSchema
Properties
Config
The configuration to use for this deployment.
Declaration
[JsonProperty("config")]
public virtual ConfigFile Config { get; set; }
Property Value
Type | Description |
---|---|
ConfigFile |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Imports
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.
Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportFile> |