public static class DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
attachType
The type of resource that is associated with the IPsec-VPN connection.
|
Boolean |
crossAccountAuthorized
Indicates whether the IPsec-VPN connection is associated with a transit router that belongs to another Alibaba Cloud account.
|
String |
description
The description of the IPsec-VPN connection.
|
String |
instanceId
The ID of the IPsec-VPN connection.
|
String |
name
The name of the IPsec-VPN connection.
|
String |
transitRouterId
The ID of the transit router with which the IPsec-VPN connection is associated.
|
String |
transitRouterName
The name of the transit router.
|
构造器和说明 |
---|
DescribeVpnAttachmentsResponseBodyVpnAttachments() |
@NameInMap(value="AttachType") public String attachType
The type of resource that is associated with the IPsec-VPN connection. The value is set to CEN, which indicates that the IPsec-VPN connection is associated with a transit router.
example:CEN
@NameInMap(value="CrossAccountAuthorized") public Boolean crossAccountAuthorized
Indicates whether the IPsec-VPN connection is associated with a transit router that belongs to another Alibaba Cloud account. Valid values:
false
@NameInMap(value="Description") public String description
The description of the IPsec-VPN connection.
example:desctest
@NameInMap(value="InstanceId") public String instanceId
The ID of the IPsec-VPN connection.
example:vco-p0w2jpkhi2eeop6q6****
@NameInMap(value="Name") public String name
The name of the IPsec-VPN connection.
example:nametest1
@NameInMap(value="TransitRouterId") public String transitRouterId
The ID of the transit router with which the IPsec-VPN connection is associated.
example:tr-p0wkh4yryb1dnanqw****
@NameInMap(value="TransitRouterName") public String transitRouterName
The name of the transit router.
example:nametest2
public DescribeVpnAttachmentsResponseBodyVpnAttachments()
public static DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments build(Map<String,?> map) throws Exception
Exception
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setAttachType(String attachType)
public String getAttachType()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setCrossAccountAuthorized(Boolean crossAccountAuthorized)
public Boolean getCrossAccountAuthorized()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setDescription(String description)
public String getDescription()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setInstanceId(String instanceId)
public String getInstanceId()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setName(String name)
public String getName()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setTransitRouterId(String transitRouterId)
public String getTransitRouterId()
public DescribeVpnAttachmentsResponseBody.DescribeVpnAttachmentsResponseBodyVpnAttachments setTransitRouterName(String transitRouterName)
public String getTransitRouterName()
Copyright © 2024. All rights reserved.