Class TemplateApply
TemplateApply
Inheritance
System.Object
TemplateApply
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateApply : IEquatable<TemplateApply>
Constructors
TemplateApply(Nullable<Boolean>, String, String, TemplateApplyTemplate, List<TemplateApplyTemplate>, Dictionary<String, Object>, Dictionary<String, String>, List<TemplateApplyRemotes>, List<Object>)
Initializes a new instance of the Template
Declaration
public TemplateApply(bool? dryRun = null, string orgID = null, string stackID = null, TemplateApplyTemplate template = null, List<TemplateApplyTemplate> templates = null, Dictionary<string, object> envRefs = null, Dictionary<string, string> secrets = null, List<TemplateApplyRemotes> remotes = null, List<object> actions = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dryRun | dryRun. |
System. |
orgID | orgID. |
System. |
stackID | stackID. |
Template |
template | template. |
List<Template |
templates | templates. |
Dictionary<System. |
envRefs | envRefs. |
Dictionary<System. |
secrets | secrets. |
List<Template |
remotes | remotes. |
List<System. |
actions | actions. |
Properties
Actions
Gets or Sets Actions
Declaration
public List<object> Actions { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
DryRun
Gets or Sets DryRun
Declaration
public bool? DryRun { get; set; }
Property Value
Type | Description |
---|---|
System. |
EnvRefs
Gets or Sets EnvRefs
Declaration
public Dictionary<string, object> EnvRefs { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
OrgID
Gets or Sets OrgID
Declaration
public string OrgID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remotes
Gets or Sets Remotes
Declaration
public List<TemplateApplyRemotes> Remotes { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
Secrets
Gets or Sets Secrets
Declaration
public Dictionary<string, string> Secrets { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
StackID
Gets or Sets StackID
Declaration
public string StackID { get; set; }
Property Value
Type | Description |
---|---|
System. |
Template
Gets or Sets Template
Declaration
public TemplateApplyTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
Template |
Templates
Gets or Sets Templates
Declaration
public List<TemplateApplyTemplate> Templates { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
Methods
Equals(TemplateApply)
Returns true if TemplateApply instances are equal
Declaration
public bool Equals(TemplateApply input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateApply to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |