Home
last modified time | relevance | path

Searched refs:TierType (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DRestoreObjectRequest.h32 void setTierType(TierType type);
38 TierType tierType_;
/AliOS-Things-master/components/oss/src/model/
A DRestoreObjectRequest.cc36 void RestoreObjectRequest::setTierType(TierType type) in setTierType()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.h124 const char * ToTierTypeName(TierType status);
125 TierType ToTierType(const char *name);
A DUtils.cc1242 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()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DTypes.h154 enum class TierType enum

Completed in 8 milliseconds