0f7bdd733a
the validate_legacy function is marked for deprecation in v9.0.0 from puppetlabs-stdlib. Change-Id: I920294342c9c2c0567796f345cbfa9e39bb1f1d3
6 lines
79 B
ObjectPascal
6 lines
79 B
ObjectPascal
type Swift::StorageServerType = Enum[
|
|
'account',
|
|
'container',
|
|
'object'
|
|
]
|