Show / Hide Table of Contents

Class Manifest

Inheritance
System.Object
Manifest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class Manifest : IDirectResponseSchema

Properties

Config

Output only. The YAML configuration for this manifest.

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
System.String

ExpandedConfig

Output only. The fully-expanded configuration file, including any templates and references.

Declaration
[JsonProperty("expandedConfig")]
public virtual string ExpandedConfig { get; set; }
Property Value
Type Description
System.String

Id

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Imports

Output only. The imported files for this manifest.

Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ImportFile>

InsertTime

Output only. Creation timestamp in RFC3339 text format.

Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
Type Description
System.String

Layout

Output only. The YAML layout for this manifest.

Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
Type Description
System.String

Name

Output only.

The name of the manifest.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

SelfLink

Output only. Self link for the manifest.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top