Searched refs:TierType (Results 1 – 5 of 5) sorted by relevance
32 void setTierType(TierType type);38 TierType tierType_;
36 void RestoreObjectRequest::setTierType(TierType type) in setTierType()
124 const char * ToTierTypeName(TierType status);125 TierType ToTierType(const char *name);
1242 const char * AlibabaCloud::OSS::ToTierTypeName(TierType status) in ToTierTypeName()1245 return StatusName[static_cast<int>(status) - static_cast<int>(TierType::Expedited)]; in ToTierTypeName()1248 TierType AlibabaCloud::OSS::ToTierType(const char *name) in ToTierType()1251 if (!statusName.compare("expedited")) return TierType::Expedited; in ToTierType()1252 else if (!statusName.compare("bulk")) return TierType::Bulk; in ToTierType()1253 else return TierType::Standard; in ToTierType()
154 enum class TierType enum
Completed in 8 milliseconds