public class UpdateConnectionShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authParametersShrink
The parameters that are configured for authentication.
|
String |
connectionName
The name of the connection that you want to update.
|
String |
description
The description of the connection.
|
String |
networkParametersShrink
The parameters that are configured for the network.
|
| 构造器和说明 |
|---|
UpdateConnectionShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateConnectionShrinkRequest |
build(Map<String,?> map) |
String |
getAuthParametersShrink() |
String |
getConnectionName() |
String |
getDescription() |
String |
getNetworkParametersShrink() |
UpdateConnectionShrinkRequest |
setAuthParametersShrink(String authParametersShrink) |
UpdateConnectionShrinkRequest |
setConnectionName(String connectionName) |
UpdateConnectionShrinkRequest |
setDescription(String description) |
UpdateConnectionShrinkRequest |
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 that you want to update. 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:The description of the connection.
@NameInMap(value="NetworkParameters") public String networkParametersShrink
The parameters that are configured for the network.
This parameter is required.
public static UpdateConnectionShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateConnectionShrinkRequest setAuthParametersShrink(String authParametersShrink)
public String getAuthParametersShrink()
public UpdateConnectionShrinkRequest setConnectionName(String connectionName)
public String getConnectionName()
public UpdateConnectionShrinkRequest setDescription(String description)
public String getDescription()
public UpdateConnectionShrinkRequest setNetworkParametersShrink(String networkParametersShrink)
public String getNetworkParametersShrink()
Copyright © 2026. All rights reserved.