public class ModifyExpressCloudConnectionAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bgpAs
The BGP autonomous system number (ASN) to be configured for the Smart Access Gateway (SAG) device.
|
String |
ceIp
The peer IP address when the SAG device is connected to the cloud.
|
String |
description
Descriptions of ECC.
|
String |
eccId
The ID of the ECC instance.
|
String |
name
The name of the ECC instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
peIp
The on-premises IP address when the SAG device is connected to the cloud.
|
String |
regionId
The region ID of the ECC instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyExpressCloudConnectionAttributeRequest() |
@NameInMap(value="BgpAs") public String bgpAs
The BGP autonomous system number (ASN) to be configured for the Smart Access Gateway (SAG) device.
example:sag-ejfge***
@NameInMap(value="CeIp") public String ceIp
The peer IP address when the SAG device is connected to the cloud.
example:172.16.**.**
@NameInMap(value="Description") public String description
Descriptions of ECC.
example:ECC
@NameInMap(value="EccId") public String eccId
The ID of the ECC instance.
This parameter is required.
example:ecc-bp1t9osmuln*******
@NameInMap(value="Name") public String name
The name of the ECC instance.
example:doctest
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PeIp") public String peIp
The on-premises IP address when the SAG device is connected to the cloud.
example:10.10.**.**
@NameInMap(value="RegionId") public String regionId
The region ID of the ECC instance.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public ModifyExpressCloudConnectionAttributeRequest()
public static ModifyExpressCloudConnectionAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyExpressCloudConnectionAttributeRequest setBgpAs(String bgpAs)
public String getBgpAs()
public ModifyExpressCloudConnectionAttributeRequest setCeIp(String ceIp)
public String getCeIp()
public ModifyExpressCloudConnectionAttributeRequest setDescription(String description)
public String getDescription()
public ModifyExpressCloudConnectionAttributeRequest setEccId(String eccId)
public String getEccId()
public ModifyExpressCloudConnectionAttributeRequest setName(String name)
public String getName()
public ModifyExpressCloudConnectionAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyExpressCloudConnectionAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyExpressCloudConnectionAttributeRequest setPeIp(String peIp)
public String getPeIp()
public ModifyExpressCloudConnectionAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyExpressCloudConnectionAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyExpressCloudConnectionAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.