public class CreateExpressCloudConnectionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The bandwidth for ECC, which corresponds to the bandwidth for the underlying circuit.
|
String |
contactMail
The email address of the contact who applies for ECC.
|
String |
contactTel
The phone number of the contact who applies for ECC.
|
String |
description
The description of ECC.
|
String |
IDCardNo
The ID card number of the contact who applies for ECC.
|
String |
idcSP
The Internet service provider (ISP) for the data center.
|
String |
name
The name of the ECC instance.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerCity
The city where the data center is located.
|
String |
peerLocation
The geographical location of the data center.
|
String |
portType
The port of the Express Connect circuit.
|
String |
redundantEccId
The ID of the standby Express Connect circuit.
|
String |
regionId
The region ID of the ECC instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CreateExpressCloudConnectionRequest() |
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth for ECC, which corresponds to the bandwidth for the underlying circuit.
Unit: Mbit/s.
This parameter is required.
example:2
@NameInMap(value="ContactMail") public String contactMail
The email address of the contact who applies for ECC.
example:@NameInMap(value="ContactTel") public String contactTel
The phone number of the contact who applies for ECC.
example:132*********
@NameInMap(value="Description") public String description
The description of ECC.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http://
or https://
.
ECC
@NameInMap(value="IDCardNo") public String IDCardNo
The ID card number of the contact who applies for ECC.
example:32*****************
@NameInMap(value="IdcSP") public String idcSP
The Internet service provider (ISP) for the data center.
This parameter is required.
example:CU
@NameInMap(value="Name") public String name
The name of the ECC instance.
The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter but cannot start with http://
or https://
.
doctest
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PeerCity") public String peerCity
The city where the data center is located.
example:Hangzhou
@NameInMap(value="PeerLocation") public String peerLocation
The geographical location of the data center.
It must be accurate to house number-floor-room number-server rack number.
This parameter is required.
example:\*\city\\district/county\\road\\number\\property or building name\\building\\floor\\room number\\server rack number\\server rack name\\device\\*port
@NameInMap(value="PortType") public String portType
The port of the Express Connect circuit. Valid values:
100Base-T
@NameInMap(value="RedundantEccId") public String redundantEccId
The ID of the standby Express Connect circuit.
example:ecc-d****
@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 static CreateExpressCloudConnectionRequest build(Map<String,?> map) throws Exception
Exception
public CreateExpressCloudConnectionRequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public CreateExpressCloudConnectionRequest setContactMail(String contactMail)
public String getContactMail()
public CreateExpressCloudConnectionRequest setContactTel(String contactTel)
public String getContactTel()
public CreateExpressCloudConnectionRequest setDescription(String description)
public String getDescription()
public CreateExpressCloudConnectionRequest setIDCardNo(String IDCardNo)
public String getIDCardNo()
public CreateExpressCloudConnectionRequest setIdcSP(String idcSP)
public String getIdcSP()
public CreateExpressCloudConnectionRequest setName(String name)
public String getName()
public CreateExpressCloudConnectionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateExpressCloudConnectionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateExpressCloudConnectionRequest setPeerCity(String peerCity)
public String getPeerCity()
public CreateExpressCloudConnectionRequest setPeerLocation(String peerLocation)
public String getPeerLocation()
public CreateExpressCloudConnectionRequest setPortType(String portType)
public String getPortType()
public CreateExpressCloudConnectionRequest setRedundantEccId(String redundantEccId)
public String getRedundantEccId()
public CreateExpressCloudConnectionRequest setRegionId(String regionId)
public String getRegionId()
public CreateExpressCloudConnectionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateExpressCloudConnectionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.