public class DescribeTableStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTableStatusRequest() | 
| DescribeTableStatusRequest(DescribeTableStatusRequest 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 | getArea()Get Nat所在地域 NAT填Area,不要填Edgeid; | 
| Long | getDirection()Get 方向,0:出站,1:入站 默认值为 0 | 
| String | getEdgeId()Get EdgeId值两个vpc间的边id vpc填Edgeid,不要填Area; | 
| Long | getStatus()Get 状态值,0:检查表的状态 确实只有一个默认值 | 
| void | setArea(String Area)Set Nat所在地域 NAT填Area,不要填Edgeid; | 
| void | setDirection(Long Direction)Set 方向,0:出站,1:入站 默认值为 0 | 
| void | setEdgeId(String EdgeId)Set EdgeId值两个vpc间的边id vpc填Edgeid,不要填Area; | 
| void | setStatus(Long Status)Set 状态值,0:检查表的状态 确实只有一个默认值 | 
| 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 DescribeTableStatusRequest()
public DescribeTableStatusRequest(DescribeTableStatusRequest source)
public String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId - EdgeId值两个vpc间的边id vpc填Edgeid,不要填Area;public Long getStatus()
public void setStatus(Long Status)
Status - 状态值,0:检查表的状态 确实只有一个默认值public String getArea()
public void setArea(String Area)
Area - Nat所在地域 NAT填Area,不要填Edgeid;public Long getDirection()
public void setDirection(Long Direction)
Direction - 方向,0:出站,1:入站 默认值为 0Copyright © 2025. All rights reserved.