All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deliveredtechnologies.terraform.fluent.api.Terraform Maven / Gradle / Ivy

There is a newer version: 0.13-593
Show newest version
package com.deliveredtechnologies.terraform.fluent.api;

import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;

public class Terraform
  extends java.lang.Object  implements
    groovy.lang.GroovyObject {
;
@groovy.transform.Generated() @groovy.transform.Internal() public  groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
@groovy.transform.Generated() @groovy.transform.Internal() public  void setMetaClass(groovy.lang.MetaClass mc) { }
public  java.lang.String getRootDir() { return (java.lang.String)null;}
public  void setRootDir(java.lang.String value) { }
public  com.deliveredtechnologies.terraform.api.TerraformInit getInit() { return (com.deliveredtechnologies.terraform.api.TerraformInit)null;}
public  void setInit(com.deliveredtechnologies.terraform.api.TerraformInit value) { }
public  com.deliveredtechnologies.terraform.api.TerraformPlan getPlan() { return (com.deliveredtechnologies.terraform.api.TerraformPlan)null;}
public  void setPlan(com.deliveredtechnologies.terraform.api.TerraformPlan value) { }
public  com.deliveredtechnologies.terraform.api.TerraformApply getApply() { return (com.deliveredtechnologies.terraform.api.TerraformApply)null;}
public  void setApply(com.deliveredtechnologies.terraform.api.TerraformApply value) { }
public  com.deliveredtechnologies.terraform.api.TerraformOutput getOutput() { return (com.deliveredtechnologies.terraform.api.TerraformOutput)null;}
public  void setOutput(com.deliveredtechnologies.terraform.api.TerraformOutput value) { }
public  com.deliveredtechnologies.terraform.api.TerraformShow getShow() { return (com.deliveredtechnologies.terraform.api.TerraformShow)null;}
public  void setShow(com.deliveredtechnologies.terraform.api.TerraformShow value) { }
public  com.deliveredtechnologies.terraform.api.TerraformDestroy getDestroy() { return (com.deliveredtechnologies.terraform.api.TerraformDestroy)null;}
public  void setDestroy(com.deliveredtechnologies.terraform.api.TerraformDestroy value) { }
public  java.util.Map getProperties() { return (java.util.Map)null;}
public  void setProperties(java.util.Map value) { }
public  com.deliveredtechnologies.terraform.fluent.api.TfPlan getTfplan() { return (com.deliveredtechnologies.terraform.fluent.api.TfPlan)null;}
public  void setTfplan(com.deliveredtechnologies.terraform.fluent.api.TfPlan value) { }
public  com.deliveredtechnologies.terraform.fluent.api.TfState getTfState() { return (com.deliveredtechnologies.terraform.fluent.api.TfState)null;}
public  void setTfState(com.deliveredtechnologies.terraform.fluent.api.TfState value) { }
public  java.lang.String getDefaultPlanOutputPath() { return (java.lang.String)null;}
public  void setDefaultPlanOutputPath(java.lang.String value) { }
public  com.deliveredtechnologies.terraform.fluent.api.Terraform withRootDir(java.lang.String rootDir) { return (com.deliveredtechnologies.terraform.fluent.api.Terraform)null;}
public  com.deliveredtechnologies.terraform.fluent.api.Terraform withProperties(java.util.Map tfProperties) { return (com.deliveredtechnologies.terraform.fluent.api.Terraform)null;}
public  java.lang.String init() { return (java.lang.String)null;}
public  com.deliveredtechnologies.terraform.fluent.api.TfPlan initAndPlan() { return (com.deliveredtechnologies.terraform.fluent.api.TfPlan)null;}
public  com.deliveredtechnologies.terraform.fluent.api.TfState initAndApply() { return (com.deliveredtechnologies.terraform.fluent.api.TfState)null;}
public  java.lang.String destroy() { return (java.lang.String)null;}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy