com.qcloud.Module.Dfw Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qcloud-java-sdk Show documentation
Show all versions of qcloud-java-sdk Show documentation
Tencent Cloud Open API SDK for Java
Copyright (C) Tencent Cloud
All Rights Reserved.
版权所有 (C)腾讯云
http://www.qcloud.com
The newest version!
package com.qcloud.Module;
/*
* Tencent Cloud security group related functionalities.
*
* see API document:
* https://cloud.tencent.com/document/product/213/569
*
*/
public class Dfw extends Base {
public Dfw(){
serverHost = "dfw.api.qcloud.com";
}
}