Supported gateway for hdeni api.
This commit is contained in:
@@ -30,18 +30,24 @@ class ALIBABACLOUD_EFLO_EXPORT GetFabricTopologyRequest : public RpcServiceReque
|
||||
public:
|
||||
GetFabricTopologyRequest();
|
||||
~GetFabricTopologyRequest();
|
||||
std::string getClusterId() const;
|
||||
void setClusterId(const std::string &clusterId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getVpdId() const;
|
||||
void setVpdId(const std::string &vpdId);
|
||||
std::string getVpcId() const;
|
||||
void setVpcId(const std::string &vpcId);
|
||||
std::vector<std::string> getLniIds() const;
|
||||
void setLniIds(const std::vector<std::string> &lniIds);
|
||||
std::vector<std::string> getNodeIds() const;
|
||||
void setNodeIds(const std::vector<std::string> &nodeIds);
|
||||
|
||||
private:
|
||||
std::string clusterId_;
|
||||
std::string regionId_;
|
||||
std::string vpdId_;
|
||||
std::string vpcId_;
|
||||
std::vector<std::string> lniIds_;
|
||||
std::vector<std::string> nodeIds_;
|
||||
};
|
||||
|
||||
@@ -40,7 +40,9 @@ namespace AlibabaCloud
|
||||
std::vector<std::string> nextLayer;
|
||||
std::string layerType;
|
||||
};
|
||||
std::string vpcId;
|
||||
std::string vpdId;
|
||||
std::string clusterId;
|
||||
std::string regionId;
|
||||
std::vector<Layer> topoInfo;
|
||||
};
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct Content
|
||||
{
|
||||
int leniSipQuota;
|
||||
std::string zoneId;
|
||||
std::string vpcId;
|
||||
int hdeniQuota;
|
||||
|
||||
@@ -34,8 +34,10 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct ContentItem
|
||||
{
|
||||
int leniSipQuota;
|
||||
std::string zoneId;
|
||||
std::string vpcId;
|
||||
int hdeniQuota;
|
||||
std::string clusterId;
|
||||
int lniSipQuota;
|
||||
std::string nodeId;
|
||||
|
||||
Reference in New Issue
Block a user