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).
Implements
Inherited Members
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 |