Class BaseDeployedInfrastructureAsCode<D extends DeployableArtifact,C extends Container>

All Implemented Interfaces:
Artifact, DerivedArtifact<D>, ConfigurationItem, Deployed<D,C>, EmbeddedDeployedContainer<D,C>, Serializable, Comparable<BaseConfigurationItem>

@Metadata(virtual=true, description="The supertype for infrastructure as code deployeds with output variables.") public class BaseDeployedInfrastructureAsCode<D extends DeployableArtifact,C extends Container> extends BaseDeployedArtifact<D,C>
See Also:
  • Constructor Details

    • BaseDeployedInfrastructureAsCode

      public BaseDeployedInfrastructureAsCode()
  • Method Details

    • getOutputVariables

      public Map<String,String> getOutputVariables()
    • setOutputVariables

      public void setOutputVariables(Map<String,String> newValue)
    • getAutomaticDictionary

      public boolean getAutomaticDictionary()
    • setAutomaticDictionary

      public void setAutomaticDictionary(boolean newValue)
    • getDictionaryPath

      public String getDictionaryPath()
    • setDictionaryPath

      public void setDictionaryPath(String newValue)
    • getEnvironmentPath

      public String getEnvironmentPath()
    • setEnvironmentPath

      public void setEnvironmentPath(String newValue)
    • setGenerateCIsFromResources

      public void setGenerateCIsFromResources(boolean newValue)
    • getGenerateCIsFromResources

      public boolean getGenerateCIsFromResources()
    • getGeneratedConfigurationItems

      public Set<ConfigurationItem> getGeneratedConfigurationItems()
    • setGeneratedConfigurationItems

      public void setGeneratedConfigurationItems(Set<ConfigurationItem> newValue)