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 region, required for NAT 
 | 
Long | 
getDirection()
Get Direction. 
 | 
String | 
getEdgeId()
Get Edge ID between two VPCs, required for VPCs 
 | 
Long | 
getStatus()
Get Status value. 
 | 
void | 
setArea(String Area)
Set NAT region, required for NAT 
 | 
void | 
setDirection(Long Direction)
Set Direction. 
 | 
void | 
setEdgeId(String EdgeId)
Set Edge ID between two VPCs, required for VPCs 
 | 
void | 
setStatus(Long Status)
Set Status value. 
 | 
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 - Edge ID between two VPCs, required for VPCspublic Long getStatus()
public void setStatus(Long Status)
Status - Status value. 0: the only default valuepublic String getArea()
public void setArea(String Area)
Area - NAT region, required for NATpublic Long getDirection()
public void setDirection(Long Direction)
Direction - Direction. 0: outbound; 1: inbound. 0 by defaultCopyright © 2025. All rights reserved.