ECS SDK Auto Released By zhiye,Version:1.36.6
Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
This commit is contained in:
@@ -35,6 +35,12 @@ namespace AlibabaCloud
|
||||
std::string value;
|
||||
std::string key;
|
||||
};
|
||||
struct Arn
|
||||
{
|
||||
std::string rolearn;
|
||||
std::string roleType;
|
||||
long assumeRoleFor;
|
||||
};
|
||||
|
||||
public:
|
||||
CreateDiskRequest();
|
||||
@@ -72,6 +78,8 @@ namespace AlibabaCloud
|
||||
void setZoneId(const std::string& zoneId);
|
||||
std::vector<Tag> getTag()const;
|
||||
void setTag(const std::vector<Tag>& tag);
|
||||
std::vector<Arn> getArn()const;
|
||||
void setArn(const std::vector<Arn>& arn);
|
||||
std::string getKMSKeyId()const;
|
||||
void setKMSKeyId(const std::string& kMSKeyId);
|
||||
std::string getAdvancedFeatures()const;
|
||||
@@ -94,6 +102,7 @@ namespace AlibabaCloud
|
||||
std::string diskCategory_;
|
||||
std::string zoneId_;
|
||||
std::vector<Tag> tag_;
|
||||
std::vector<Arn> arn_;
|
||||
std::string kMSKeyId_;
|
||||
std::string advancedFeatures_;
|
||||
|
||||
|
||||
@@ -35,6 +35,12 @@ namespace AlibabaCloud
|
||||
std::string value;
|
||||
std::string key;
|
||||
};
|
||||
struct Arn
|
||||
{
|
||||
std::string rolearn;
|
||||
std::string roleType;
|
||||
long assumeRoleFor;
|
||||
};
|
||||
struct DataDisk
|
||||
{
|
||||
std::string diskName;
|
||||
@@ -134,6 +140,8 @@ namespace AlibabaCloud
|
||||
void setRegionId(const std::string& regionId);
|
||||
std::string getInstanceType()const;
|
||||
void setInstanceType(const std::string& instanceType);
|
||||
std::vector<Arn> getArn()const;
|
||||
void setArn(const std::vector<Arn>& arn);
|
||||
std::string getInstanceChargeType()const;
|
||||
void setInstanceChargeType(const std::string& instanceChargeType);
|
||||
std::string getDeploymentSetId()const;
|
||||
@@ -203,6 +211,7 @@ namespace AlibabaCloud
|
||||
bool passwordInherit_;
|
||||
std::string regionId_;
|
||||
std::string instanceType_;
|
||||
std::vector<Arn> arn_;
|
||||
std::string instanceChargeType_;
|
||||
std::string deploymentSetId_;
|
||||
std::string innerIpAddress_;
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
DeleteImageRequest();
|
||||
~DeleteImageRequest();
|
||||
|
||||
std::string getSourceRegionId()const;
|
||||
void setSourceRegionId(const std::string& sourceRegionId);
|
||||
long getResourceOwnerId()const;
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getImageId()const;
|
||||
@@ -51,6 +53,7 @@ namespace AlibabaCloud
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string sourceRegionId_;
|
||||
long resourceOwnerId_;
|
||||
std::string imageId_;
|
||||
std::string resourceOwnerAccount_;
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace AlibabaCloud
|
||||
std::string type;
|
||||
std::string description;
|
||||
long timeout;
|
||||
std::string creationTime;
|
||||
std::string commandId;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
@@ -74,6 +74,7 @@ namespace AlibabaCloud
|
||||
std::string imageId;
|
||||
std::string creationTime;
|
||||
std::vector<Image::Tag> tags;
|
||||
std::string oSNameEn;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ namespace AlibabaCloud
|
||||
std::string saleCycle;
|
||||
bool deviceAvailable;
|
||||
std::string instanceType;
|
||||
std::string oSNameEn;
|
||||
std::string spotStrategy;
|
||||
std::string keyPairName;
|
||||
bool ioOptimized;
|
||||
|
||||
Reference in New Issue
Block a user