类 EtChannel
- java.lang.Object
-
- com.baidubce.services.et.model.EtChannel
-
public class EtChannel extends Object
The model for describing ET channel.
-
-
构造器概要
构造器 构造器 说明 EtChannel()
-
方法概要
-
-
-
方法详细资料
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getBaiduAddress
public String getBaiduAddress()
-
setBaiduAddress
public void setBaiduAddress(String baiduAddress)
-
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)
-
-