public class ProxyGroupInfo extends AbstractModel
| Constructor and Description | 
|---|
| ProxyGroupInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCreateTime()Get Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getDomain()Get Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getGroupId()Get Connection group ID | 
| String | getGroupName()Get Connection group name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getProjectId()Get Project ID | 
| Long | getProxyType()Get Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained. | 
| RegionDetail | getRealServerRegionInfo()Get Target region | 
| String | getStatus()Get Connection group status. | 
| TagPair[] | getTagSet()Get Tag list. | 
| String | getVersion()Get Connection group version
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(Long CreateTime)Set Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDomain(String Domain)Set Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setGroupId(String GroupId)Set Connection group ID | 
| void | setGroupName(String GroupName)Set Connection group name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProjectId(Long ProjectId)Set Project ID | 
| void | setProxyType(Long ProxyType)Set Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRealServerRegionInfo(RegionDetail RealServerRegionInfo)Set Target region | 
| void | setStatus(String Status)Set Connection group status. | 
| void | setTagSet(TagPair[] TagSet)Set Tag list. | 
| void | setVersion(String Version)Set Connection group version
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - Connection group IDpublic String getDomain()
public void setDomain(String Domain)
Domain - Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Connection group name
Note: This field may return null, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project IDpublic RegionDetail getRealServerRegionInfo()
public void setRealServerRegionInfo(RegionDetail RealServerRegionInfo)
RealServerRegionInfo - Target regionpublic String getStatus()
public void setStatus(String Status)
Status - Connection group status.
Where:
0: running;
1: creating;
4: terminating;
11: connection migrating.public TagPair[] getTagSet()
public void setTagSet(TagPair[] TagSet)
TagSet - Tag list.public String getVersion()
public void setVersion(String Version)
Version - Connection group version
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - Creation time
Note: this field may return null, indicating that no valid values can be obtained.public Long getProxyType()
public void setProxyType(Long ProxyType)
ProxyType - Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.