程序包 | 说明 |
---|---|
com.aliyun.sdk.service.vpc20160428.models |
限定符和类型 | 方法和说明 |
---|---|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.autoConfigRoute(Boolean autoConfigRoute)
Specifies whether to automatically configure routes.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.bgpConfig(String bgpConfig)
The Border Gateway Protocol (BGP) configuration:
* **BgpConfig.EnableBgp**: specifies whether to enable BGP.
|
static ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.builder() |
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.customerGatewayId(String customerGatewayId)
The customer gateway associated with the IPsec-VPN connection.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.effectImmediately(Boolean effectImmediately)
Specifies whether to immediately start IPsec negotiations after the configuration takes effect.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.enableDpd(Boolean enableDpd)
Specifies whether to enable the dead peer detection (DPD) feature.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.enableNatTraversal(Boolean enableNatTraversal)
Specifies whether to enable NAT traversal.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.healthCheckConfig(String healthCheckConfig)
The health check configurations:
* **HealthCheckConfig.enable**: specifies whether to enable the health check feature.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.ikeConfig(String ikeConfig)
The configuration of Phase 1 negotiations:
* **IkeConfig.Psk**: The pre-shared key that is used for authentication between the VPN gateway and the data center
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.ipsecConfig(String ipsecConfig)
The configuration of Phase 2 negotiations:
* **IpsecConfig.IpsecEncAlg:** the encryption algorithm that is used in Phase 2 negotiations.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.localSubnet(String localSubnet)
The CIDR block of the virtual private cloud (VPC) that communicates with the data center.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.name(String name)
The name of the IPsec-VPN connection.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.networkType(String networkType)
The network type of the IPsec-VPN connection.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.regionId(String regionId)
The ID of the region in which the IPsec-VPN connection is established.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.remoteCaCert(String remoteCaCert)
The peer CA certificate when a ShangMi (SM) VPN gateway is used to create the IPsec-VPN connection.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.remoteSubnet(String remoteSubnet)
The CIDR block of the data center that communicates with the VPC.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.toBuilder() |
ModifyVpnAttachmentAttributeRequest.Builder |
ModifyVpnAttachmentAttributeRequest.Builder.vpnConnectionId(String vpnConnectionId)
The ID of the IPsec-VPN connection.
|
Copyright © 2024. All rights reserved.