类 CreateEtChannelRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.et.model.CreateEtChannelRequest
-
public class CreateEtChannelRequest extends AbstractBceRequest
The request for creating a newly ET channel.
-
-
构造器概要
构造器 构造器 说明 CreateEtChannelRequest()
-
方法概要
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getClientToken
public String getClientToken()
-
setClientToken
public void setClientToken(String clientToken)
-
getEtId
public String getEtId()
-
setEtId
public void setEtId(String etId)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getBaiduAddress
public String getBaiduAddress()
-
setBaiduAddress
public void setBaiduAddress(String baiduAddress)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCustomerAddress
public String getCustomerAddress()
-
setCustomerAddress
public void setCustomerAddress(String customerAddress)
-
getRouteType
public String getRouteType()
-
setRouteType
public void setRouteType(String routeType)
-
getVlanId
public Integer getVlanId()
-
setVlanId
public void setVlanId(Integer vlanId)
-
getBgpAsn
public String getBgpAsn()
-
setBgpAsn
public void setBgpAsn(String bgpAsn)
-
getBgpKey
public String getBgpKey()
-
setBgpKey
public void setBgpKey(String bgpKey)
-
getEnableIpv6
public Integer getEnableIpv6()
-
setEnableIpv6
public void setEnableIpv6(Integer enableIpv6)
-
getBaiduIpv6Address
public String getBaiduIpv6Address()
-
setBaiduIpv6Address
public void setBaiduIpv6Address(String baiduIpv6Address)
-
getCustomerIpv6Address
public String getCustomerIpv6Address()
-
setCustomerIpv6Address
public void setCustomerIpv6Address(String customerIpv6Address)
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-