public class UpdateConnectionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UpdateConnectionRequest.UpdateConnectionRequestAuthParameters |
authParameters
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.
|
UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters |
networkParameters
The parameters that are configured for the network.
|
| 构造器和说明 |
|---|
UpdateConnectionRequest() |
@NameInMap(value="AuthParameters") public UpdateConnectionRequest.UpdateConnectionRequestAuthParameters authParameters
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 UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters networkParameters
The parameters that are configured for the network.
This parameter is required.
public static UpdateConnectionRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateConnectionRequest setAuthParameters(UpdateConnectionRequest.UpdateConnectionRequestAuthParameters authParameters)
public UpdateConnectionRequest.UpdateConnectionRequestAuthParameters getAuthParameters()
public UpdateConnectionRequest setConnectionName(String connectionName)
public String getConnectionName()
public UpdateConnectionRequest setDescription(String description)
public String getDescription()
public UpdateConnectionRequest setNetworkParameters(UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters networkParameters)
public UpdateConnectionRequest.UpdateConnectionRequestNetworkParameters getNetworkParameters()
Copyright © 2026. All rights reserved.