Nat public IP supports the ISP attribute.
This commit is contained in:
@@ -73,6 +73,8 @@ namespace AlibabaCloud
|
||||
void setResourceType(const std::string& resourceType);
|
||||
std::string getPeriodUnit()const;
|
||||
void setPeriodUnit(const std::string& periodUnit);
|
||||
std::string getTimeSlot()const;
|
||||
void setTimeSlot(const std::string& timeSlot);
|
||||
std::vector<std::string> getZoneId()const;
|
||||
void setZoneId(const std::vector<std::string>& zoneId);
|
||||
std::string getChargeType()const;
|
||||
@@ -102,6 +104,7 @@ namespace AlibabaCloud
|
||||
long ownerId_;
|
||||
std::string resourceType_;
|
||||
std::string periodUnit_;
|
||||
std::string timeSlot_;
|
||||
std::vector<std::string> zoneId_;
|
||||
std::string chargeType_;
|
||||
std::string packageType_;
|
||||
|
||||
@@ -143,6 +143,7 @@ namespace AlibabaCloud
|
||||
std::string zoneId;
|
||||
std::string clusterId;
|
||||
std::string hpcClusterId;
|
||||
std::string iSP;
|
||||
int deploymentSetGroupNo;
|
||||
EcsCapacityReservationAttr ecsCapacityReservationAttr;
|
||||
DedicatedHostAttribute dedicatedHostAttribute;
|
||||
|
||||
@@ -41,6 +41,8 @@ namespace AlibabaCloud
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getDataDisk3Category()const;
|
||||
void setDataDisk3Category(const std::string& dataDisk3Category);
|
||||
std::string getIsp()const;
|
||||
void setIsp(const std::string& isp);
|
||||
int getDataDisk4Size()const;
|
||||
void setDataDisk4Size(int dataDisk4Size);
|
||||
std::string getPriceUnit()const;
|
||||
@@ -116,6 +118,7 @@ namespace AlibabaCloud
|
||||
int dataDisk3Size_;
|
||||
long resourceOwnerId_;
|
||||
std::string dataDisk3Category_;
|
||||
std::string isp_;
|
||||
int dataDisk4Size_;
|
||||
std::string priceUnit_;
|
||||
int period_;
|
||||
|
||||
@@ -39,6 +39,8 @@ namespace AlibabaCloud
|
||||
void setResourceOwnerId(long resourceOwnerId);
|
||||
std::string getClientToken()const;
|
||||
void setClientToken(const std::string& clientToken);
|
||||
std::string getISP()const;
|
||||
void setISP(const std::string& iSP);
|
||||
int getInternetMaxBandwidthOut()const;
|
||||
void setInternetMaxBandwidthOut(int internetMaxBandwidthOut);
|
||||
std::string getStartTime()const;
|
||||
@@ -65,6 +67,7 @@ namespace AlibabaCloud
|
||||
private:
|
||||
long resourceOwnerId_;
|
||||
std::string clientToken_;
|
||||
std::string iSP_;
|
||||
int internetMaxBandwidthOut_;
|
||||
std::string startTime_;
|
||||
bool autoPay_;
|
||||
|
||||
@@ -160,6 +160,8 @@ namespace AlibabaCloud
|
||||
void setHpcClusterId(const std::string& hpcClusterId);
|
||||
int getHttpPutResponseHopLimit()const;
|
||||
void setHttpPutResponseHopLimit(int httpPutResponseHopLimit);
|
||||
std::string getIsp()const;
|
||||
void setIsp(const std::string& isp);
|
||||
std::string getKeyPairName()const;
|
||||
void setKeyPairName(const std::string& keyPairName);
|
||||
float getSpotPriceLimit()const;
|
||||
@@ -280,6 +282,7 @@ namespace AlibabaCloud
|
||||
long resourceOwnerId_;
|
||||
std::string hpcClusterId_;
|
||||
int httpPutResponseHopLimit_;
|
||||
std::string isp_;
|
||||
std::string keyPairName_;
|
||||
float spotPriceLimit_;
|
||||
int storageSetPartitionNumber_;
|
||||
|
||||
Reference in New Issue
Block a user