public class ProxyStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyStatus() | 
| ProxyStatus(ProxyStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get 通道实例ID。 | 
| String | getStatus()Get 通道状态。
其中:
RUNNING表示运行中;
CREATING表示创建中;
DESTROYING表示销毁中;
OPENING表示开启中;
CLOSING表示关闭中;
CLOSED表示已关闭;
ADJUSTING表示配置变更中;
ISOLATING表示隔离中;
ISOLATED表示已隔离;
MOVING表示迁移中。 | 
| void | setInstanceId(String InstanceId)Set 通道实例ID。 | 
| void | setStatus(String Status)Set 通道状态。
其中:
RUNNING表示运行中;
CREATING表示创建中;
DESTROYING表示销毁中;
OPENING表示开启中;
CLOSING表示关闭中;
CLOSED表示已关闭;
ADJUSTING表示配置变更中;
ISOLATING表示隔离中;
ISOLATED表示已隔离;
MOVING表示迁移中。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProxyStatus()
public ProxyStatus(ProxyStatus source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 通道实例ID。public String getStatus()
public void setStatus(String Status)
Status - 通道状态。
其中:
RUNNING表示运行中;
CREATING表示创建中;
DESTROYING表示销毁中;
OPENING表示开启中;
CLOSING表示关闭中;
CLOSED表示已关闭;
ADJUSTING表示配置变更中;
ISOLATING表示隔离中;
ISOLATED表示已隔离;
MOVING表示迁移中。Copyright © 2025. All rights reserved.