Show / Hide Table of Contents

Class Type

A resource type supported by Deployment Manager.

Inheritance
System.Object
Type
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 Type : IDirectResponseSchema

Properties

ConfigurableService

Base Type (configurable service) that backs this Type.

Declaration
[JsonProperty("configurableService")]
public virtual ConfigurableService ConfigurableService { get; set; }
Property Value
Type Description
ConfigurableService

Description

An optional textual description of the resource; provided by the client when the resource is created.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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>

InsertTime

Output only. Creation timestamp in RFC3339 text format.

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

Labels

Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.

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

Name

Name of the type.

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

Operation

Output only. The Operation that most recently ran, or is currently running, on this type.

Declaration
[JsonProperty("operation")]
public virtual Operation Operation { get; set; }
Property Value
Type Description
Operation

SelfLink

Output only. Server defined URL for the resource.

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

Implements

IDirectResponseSchema
Back to top