public class CreatePrivateConnectRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
bandwidthMbps
二层网络专线最大带宽。
范围是1~500。
默认值是1 ,单位:Mbps。
|
CreateEndpointParam |
endpointA
创建二层网络其中一端的连接点(A)
|
CreateEndpointParam |
endpointZ
创建二层网络另一端的连接点(Z)
|
String |
privateConnectName
二层网络专线的名称。
长度不能超过255。
默认为private-connect-{当前时间戳}
|
String |
resourceGroupId
资源组的ID。
如果不传,则会放到默认资源组。
|
| Constructor and Description |
|---|
CreatePrivateConnectRequest() |
public String privateConnectName
public CreateEndpointParam endpointA
public CreateEndpointParam endpointZ
public Integer bandwidthMbps
public String resourceGroupId
Copyright © 2024. All rights reserved.