public static class DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
aliUid
The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
|
String |
bindInstance
The ID of the CEN instance.
|
String |
bindProduct
The resource type of the authorization.
|
Long |
bindUid
The ID of the Alibaba Cloud account whose resource the IPsec-VPN connection can be associated with.
|
Long |
creationTime
The timestamp when the authorization for the IPsec-VPN connection was created.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
构造器和说明 |
---|
DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations() |
@NameInMap(value="AliUid") public Long aliUid
The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
example:1250123456123456
@NameInMap(value="BindInstance") public String bindInstance
The ID of the CEN instance.
example:cen-vv8h0t3klfpaae****
@NameInMap(value="BindProduct") public String bindProduct
The resource type of the authorization.
The value is set to CEN, which indicates that the IPsec-VPN connection can be associated with a transit router of a Cloud Enterprise Network (CEN) instance that belongs to another Alibaba Cloud account.
example:CEN
@NameInMap(value="BindUid") public Long bindUid
The ID of the Alibaba Cloud account whose resource the IPsec-VPN connection can be associated with.
example:1210123456123456
@NameInMap(value="CreationTime") public Long creationTime
The timestamp when the authorization for the IPsec-VPN connection was created.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1658201810000
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-p0w2jpkhi2eeop6q6****
public DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations()
public static DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations build(Map<String,?> map) throws Exception
Exception
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setAliUid(Long aliUid)
public Long getAliUid()
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setBindInstance(String bindInstance)
public String getBindInstance()
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setBindProduct(String bindProduct)
public String getBindProduct()
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setBindUid(Long bindUid)
public Long getBindUid()
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setCreationTime(Long creationTime)
public Long getCreationTime()
public DescribeVpnCrossAccountAuthorizationsResponseBody.DescribeVpnCrossAccountAuthorizationsResponseBodyCrossAccountAuthorizations setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
Copyright © 2024. All rights reserved.