Skip to content

Commit cc63b78

Browse files
start thinking about category
1 parent 908d7dd commit cc63b78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • plugins/iac/nimble/src/main/java/org/apache/cloudstack/persistence/iactemplatesprofile

plugins/iac/nimble/src/main/java/org/apache/cloudstack/persistence/iactemplatesprofile/IacResourceType.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
import org.apache.cloudstack.api.InternalIdentity;
2121

2222
public interface IacResourceType extends Identity, InternalIdentity {
23+
enum Category {
24+
CLOUD_ACCESS_MANAGEMENT, COMPUTE, SERVICE_OFFERINGS, NETWORK, STORAGE
25+
}
26+
2327
String getName();
2428
String getContent();
2529
}

0 commit comments

Comments
 (0)