public class CreateCasInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCasInput() | 
| CreateCasInput(CreateCasInput 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 | getArRegion()Get 接入地域 | 
| Long | getBandwidth()Get 敏捷上云的带宽,单位为MB | 
| Boolean | getBIapLinkProtected()Get 运营商链路是否有保护 | 
| String | getIdcAddress()Get 需要接入敏捷上云的IDC的地址 | 
| String | getIdcPointType()Get IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方 | 
| String | getIdcType()Get 需要接入敏捷上云的IDC的互联网服务提供商类型 | 
| String | getName()Get 敏捷上云名称 | 
| String | getRemarks()Get 备注信息 | 
| String | getTelephone()Get 联系电话 | 
| void | setArRegion(String ArRegion)Set 接入地域 | 
| void | setBandwidth(Long Bandwidth)Set 敏捷上云的带宽,单位为MB | 
| void | setBIapLinkProtected(Boolean BIapLinkProtected)Set 运营商链路是否有保护 | 
| void | setIdcAddress(String IdcAddress)Set 需要接入敏捷上云的IDC的地址 | 
| void | setIdcPointType(String IdcPointType)Set IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方 | 
| void | setIdcType(String IdcType)Set 需要接入敏捷上云的IDC的互联网服务提供商类型 | 
| void | setName(String Name)Set 敏捷上云名称 | 
| void | setRemarks(String Remarks)Set 备注信息 | 
| void | setTelephone(String Telephone)Set 联系电话 | 
| 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 CreateCasInput()
public CreateCasInput(CreateCasInput source)
public String getName()
public void setName(String Name)
Name - 敏捷上云名称public String getIdcAddress()
public void setIdcAddress(String IdcAddress)
IdcAddress - 需要接入敏捷上云的IDC的地址public String getIdcType()
public void setIdcType(String IdcType)
IdcType - 需要接入敏捷上云的IDC的互联网服务提供商类型public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 敏捷上云的带宽,单位为MBpublic String getTelephone()
public void setTelephone(String Telephone)
Telephone - 联系电话public String getRemarks()
public void setRemarks(String Remarks)
Remarks - 备注信息public String getArRegion()
public void setArRegion(String ArRegion)
ArRegion - 接入地域public String getIdcPointType()
public void setIdcPointType(String IdcPointType)
IdcPointType - IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方public Boolean getBIapLinkProtected()
public void setBIapLinkProtected(Boolean BIapLinkProtected)
BIapLinkProtected - 运营商链路是否有保护Copyright © 2025. All rights reserved.