toContainerInstanceField method
Implementation
ContainerInstanceField toContainerInstanceField() {
switch (this) {
case 'TAGS':
return ContainerInstanceField.tags;
}
throw Exception('$this is not known in enum ContainerInstanceField');
}