Show / Hide Table of Contents

Class CatalogSourceTemplateConfig

Catalog source template config.

Inheritance
object
CatalogSourcePayload
CatalogSourceTemplateConfig
Inherited Members
CatalogSourcePayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogSourceTemplateConfig : CatalogSourcePayload

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Template Description

LongDescription

Declaration
[JsonProperty(PropertyName = "longDescription")]
public string LongDescription { get; set; }
Property Value
Type Description
string

Template Long Description

TemplateDisplayName

Declaration
[JsonProperty(PropertyName = "templateDisplayName")]
public string TemplateDisplayName { get; set; }
Property Value
Type Description
string

Template Display Name

ZipFileBase64Encoded

Declaration
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type Description
string

The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.

In this article
Back to top