public class TemplateApply extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTIONS |
static String |
SERIALIZED_NAME_DRY_RUN |
static String |
SERIALIZED_NAME_ENV_REFS |
static String |
SERIALIZED_NAME_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTES |
static String |
SERIALIZED_NAME_SECRETS |
static String |
SERIALIZED_NAME_STACK_I_D |
static String |
SERIALIZED_NAME_TEMPLATE |
static String |
SERIALIZED_NAME_TEMPLATES |
| Constructor and Description |
|---|
TemplateApply() |
public static final String SERIALIZED_NAME_DRY_RUN
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_STACK_I_D
public static final String SERIALIZED_NAME_TEMPLATE
public static final String SERIALIZED_NAME_TEMPLATES
public static final String SERIALIZED_NAME_ENV_REFS
public static final String SERIALIZED_NAME_SECRETS
public static final String SERIALIZED_NAME_REMOTES
public static final String SERIALIZED_NAME_ACTIONS
public TemplateApply dryRun(Boolean dryRun)
public Boolean getDryRun()
public void setDryRun(Boolean dryRun)
public TemplateApply orgID(String orgID)
public String getOrgID()
public void setOrgID(String orgID)
public TemplateApply stackID(String stackID)
public String getStackID()
public void setStackID(String stackID)
public TemplateApply template(TemplateApplyTemplate template)
public TemplateApplyTemplate getTemplate()
public void setTemplate(TemplateApplyTemplate template)
public TemplateApply templates(List<TemplateApplyTemplate> templates)
public TemplateApply addTemplatesItem(TemplateApplyTemplate templatesItem)
public List<TemplateApplyTemplate> getTemplates()
public void setTemplates(List<TemplateApplyTemplate> templates)
public TemplateApply envRefs(Map<String,Object> envRefs)
public TemplateApply putEnvRefsItem(String key, Object envRefsItem)
public TemplateApply secrets(Map<String,String> secrets)
public TemplateApply putSecretsItem(String key, String secretsItem)
public TemplateApply remotes(List<TemplateApplyRemotes> remotes)
public TemplateApply addRemotesItem(TemplateApplyRemotes remotesItem)
public List<TemplateApplyRemotes> getRemotes()
public void setRemotes(List<TemplateApplyRemotes> remotes)
public TemplateApply actions(List<Object> actions)
public TemplateApply addActionsItem(Object actionsItem)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.