puppet-swift/types/storageservertype.pp

6 lines
79 B
ObjectPascal

type Swift::StorageServerType = Enum[
'account',
'container',
'object'
]