Show / Hide Table of Contents

Class Blueprint

Blueprints are OCI Images that contain all of the artifacts needed to provision a unit. Metadata such as, type of the engine used to actuate the blueprint (e.g. terraform, helm etc) and version will come from the image manifest. If the hostname is omitted, it will be assumed to be the regional path to Artifact Registry (eg. us-east1-docker.pkg.dev).

Inheritance
object
Blueprint
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class Blueprint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Engine

Output only. Type of the engine used to actuate the blueprint. e.g. terraform, helm etc.

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

Package

Optional. Immutable. URI to a blueprint used by the Unit (required unless unitKind or release is set).

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

Version

Output only. Version metadata if present on the blueprint.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX