Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ext2IntTierMap map[string]*String2Int
map from cloud vendor name to it's map relation relationship between it's storage class name to internal tier.
View Source
var Int2ExtTierMap map[string]*Int2String
map from cloud vendor name to it's map relation relationship between internal tier to it's storage class name.
View Source
var SupportedClasses []pb.StorageClass
View Source
var TransitionMap map[int32][]int32
map from a specific tier to an array of tiers, that means transition can happens from the specific tier to those tiers in the array.