public class CreateConnectionShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authParametersShrink
The parameters that are configured for authentication.
|
String |
connectionName
The name of the connection.
|
String |
description
The description of the connection.
|
String |
networkParametersShrink
The parameters that are configured for the network.
|
| 构造器和说明 |
|---|
CreateConnectionShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateConnectionShrinkRequest |
build(Map<String,?> map) |
String |
getAuthParametersShrink() |
String |
getConnectionName() |
String |
getDescription() |
String |
getNetworkParametersShrink() |
CreateConnectionShrinkRequest |
setAuthParametersShrink(String authParametersShrink) |
CreateConnectionShrinkRequest |
setConnectionName(String connectionName) |
CreateConnectionShrinkRequest |
setDescription(String description) |
CreateConnectionShrinkRequest |
setNetworkParametersShrink(String networkParametersShrink) |
@NameInMap(value="AuthParameters") public String authParametersShrink
The parameters that are configured for authentication.
@NameInMap(value="ConnectionName") public String connectionName
The name of the connection. The name must be 2 to 127 characters in length.
This parameter is required.
example:connection-name
@NameInMap(value="Description") public String description
The description of the connection. The description can be up to 255 characters in length.
example:demo
@NameInMap(value="NetworkParameters") public String networkParametersShrink
The parameters that are configured for the network.
This parameter is required.
public static CreateConnectionShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateConnectionShrinkRequest setAuthParametersShrink(String authParametersShrink)
public String getAuthParametersShrink()
public CreateConnectionShrinkRequest setConnectionName(String connectionName)
public String getConnectionName()
public CreateConnectionShrinkRequest setDescription(String description)
public String getDescription()
public CreateConnectionShrinkRequest setNetworkParametersShrink(String networkParametersShrink)
public String getNetworkParametersShrink()
Copyright © 2026. All rights reserved.