1 - Tag

NameDescriptionSchemaDefault
key
required
tag key
Example :
string
value
required
tag value
Example :
string

2 - VpnGateway

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
optional
Description
Example : Example Description for VPN Gateway
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
ip_id
required
VPN Gateway IP ID
Example : fcde872f75c145a0893d656cc698f13e
string
ip_type
required
VPN Gateway IP Type
Example : PUBLIC
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Gateway Name
Example : ExampleVpnGW1
string
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string

3 - VpnGatewayCreateRequest

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Gateway
any of [string, null]
ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
ip_id
required
VPN Gateway IP ID
Example : fcde872f75c145a0893d656cc698f13e
string
ip_type
required
VPN Gateway IP Type
Example : PUBLIC
string
name
required
VPN Gateway Name
Example : ExampleVpnGW1
string
tags
optional
Tag List
array[Tag]
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string

4 - VpnGatewayListResponse

NameDescriptionSchemaDefault
count
required
count
Example : 20
integer
page
required
page
Example : 0
integer
size
required
size
Example : 20
integer
sort
optional
sort
Example : ['created_at:asc']
any of [array[string], null]
vpn_gateways
required

array[VpnGateway]

5 - VpnGatewaySetRequest

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Gateway
string

6 - VpnGatewayShowResponse

NameDescriptionSchemaDefault
vpn_gateway
required

VpnGateway

7 - VpnPhase1

NameDescriptionSchemaDefault
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string

8 - VpnPhase1CreateRequest

NameDescriptionSchemaDefault
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string
phase1_diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
phase1_encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
array[string]
phase1_life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
pre_shared_key
required
VPN Tunnel ISAKMP Authentication : Pre-shared Key
Example : PreSharedKey1
string

9 - VpnPhase1CreateRequestV1Dot1

NameDescriptionSchemaDefault
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string
phase1_diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
phase1_encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
array[string]
phase1_life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
pre_shared_key
required
VPN Tunnel ISAKMP Authentication : Pre-shared Key
Example : PreSharedKey1
string

10 - VpnPhase1Detail

NameDescriptionSchemaDefault
diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
array[string]
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string

11 - VpnPhase1DetailV1Dot1

NameDescriptionSchemaDefault
diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
array[string]
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string

12 - VpnPhase1SetRequest

NameDescriptionSchemaDefault
dpd_retry_interval
optional
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
any of [integer, null]
ike_version
optional
VPN Tunnel IKE Version
Example : 2
any of [integer, null]
peer_gateway_ip
optional
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
any of [string, null]
phase1_diffie_hellman_groups
optional
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
phase1_encryptions
optional
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
any of [array[string], null]
phase1_life_time
optional
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
any of [integer, null]
pre_shared_key
optional
VPN Tunnel ISAKMP Authentication : Pre-shared Key
Example : PreSharedKey1
any of [string, null]

13 - VpnPhase1SetRequestV1Dot1

NameDescriptionSchemaDefault
dpd_retry_interval
optional
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
any of [integer, null]
ike_version
optional
VPN Tunnel IKE Version
Example : 2
any of [integer, null]
peer_gateway_ip
optional
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
any of [string, null]
phase1_diffie_hellman_groups
optional
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
phase1_encryptions
optional
VPN Tunnel ISAKMP Proposal List
Example : ['des-md5', 'chacha20poly1305-prfsha256']
any of [array[string], null]
phase1_life_time
optional
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
any of [integer, null]
pre_shared_key
optional
VPN Tunnel ISAKMP Authentication : Pre-shared Key
Example : PreSharedKey1
any of [string, null]

14 - VpnPhase1V1Dot1

NameDescriptionSchemaDefault
dpd_retry_interval
required
VPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)
Example : 60
integer
ike_version
required
VPN Tunnel IKE Version
Example : 2
integer
life_time
required
VPN Tunnel ISAKMP Lifetime (sec)
Example : 86400
integer
peer_gateway_ip
required
VPN Tunnel Peer Gateway IP Address
Example : 123.0.0.2
string

15 - VpnPhase2

NameDescriptionSchemaDefault
life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
string
remote_subnet
required
VPN Tunnel IPSec Remote Subnet
Example : 10.1.0.0/16
string

16 - VpnPhase2CreateRequest

NameDescriptionSchemaDefault
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
enum (ENABLE, DISABLE)
phase2_diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
phase2_encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
array[string]
phase2_life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
remote_subnet
required
VPN Tunnel IPSec Remote Subnet
Example : 10.1.0.0/16
string

17 - VpnPhase2CreateRequestV1Dot1

NameDescriptionSchemaDefault
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
enum (ENABLE, DISABLE)
phase2_diffie_hellman_groups
required
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
array[integer]
phase2_encryptions
required
VPN Tunnel ISAKMP Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
array[string]
phase2_life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
remote_subnets
required
VPN Tunnel IPSec Remote Subnet
Example : ['10.1.1.0/24', '10.1.2.0/24', '10.1.3.0/24']
array[string]

18 - VpnPhase2Detail

NameDescriptionSchemaDefault
diffie_hellman_groups
optional
VPN Tunnel IPSec Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
encryptions
required
VPN Tunnel IPSec Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
array[string]
life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
string
remote_subnet
required
VPN Tunnel IPSec Remote Subnet
Example : 10.1.0.0/16
string

19 - VpnPhase2DetailV1Dot1

NameDescriptionSchemaDefault
diffie_hellman_groups
optional
VPN Tunnel IPSec Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
encryptions
required
VPN Tunnel IPSec Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
array[string]
life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
string
remote_subnets
required
VPN Tunnel IPSec Remote Subnet
Example : ['10.1.1.0/24', '10.1.2.0/24', '10.1.3.0/24']
array[string]

20 - VpnPhase2SetRequest

NameDescriptionSchemaDefault
perfect_forward_secrecy
optional
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
any of [enum (ENABLE, DISABLE), null]
phase2_diffie_hellman_groups
optional
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
phase2_encryptions
optional
VPN Tunnel ISAKMP Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
any of [array[string], null]
phase2_life_time
optional
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
any of [integer, null]
remote_subnet
optional
VPN Tunnel IPSec Remote Subnet
Example : 10.1.0.0/16
any of [string, null]

21 - VpnPhase2SetRequestV1Dot1

NameDescriptionSchemaDefault
perfect_forward_secrecy
optional
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
any of [enum (ENABLE, DISABLE), null]
phase2_diffie_hellman_groups
optional
VPN Tunnel ISAKMP Diffie-Hellman Group List
Example : [30, 31, 32]
any of [array[integer], null]
phase2_encryptions
optional
VPN Tunnel ISAKMP Proposal List
Example : ['null-md5', 'aes128gcm', 'chacha20poly1305']
any of [array[string], null]
phase2_life_time
optional
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
any of [integer, null]
remote_subnets
optional
VPN Tunnel IPSec Remote Subnet
Example : ['10.1.1.0/24', '10.1.2.0/24', '10.1.3.0/24']
any of [array[string], null]

22 - VpnPhase2V1Dot1

NameDescriptionSchemaDefault
life_time
required
VPN Tunnel IPSec Lifetime (sec)
Example : 43200
integer
perfect_forward_secrecy
required
VPN Tunnel IPSec Perfect Forward Secrecy(PFS)
Example : ENABLE
string
remote_subnets
required
VPN Tunnel IPSec Remote Subnet
Example : ['10.1.1.0/24', '10.1.2.0/24', '10.1.3.0/24']
array[string]

23 - VpnTunnel

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1
phase2
required
VPN Tunnel Phase2
VpnPhase2
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string

24 - VpnTunnelCreateRequest

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Tunnel
any of [string, null]
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1CreateRequest
phase2
required
VPN Tunnel Phase2
VpnPhase2CreateRequest
tags
optional
Tag List
array[Tag]
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string

25 - VpnTunnelCreateRequestV1Dot1

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Tunnel
any of [string, null]
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1CreateRequestV1Dot1
phase2
required
VPN Tunnel Phase2
VpnPhase2CreateRequestV1Dot1
tags
optional
Tag List
array[Tag]
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string

26 - VpnTunnelDetail

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1Detail
phase2
required
VPN Tunnel Phase2
VpnPhase2Detail
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string

27 - VpnTunnelDetailV1Dot1

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1DetailV1Dot1
phase2
required
VPN Tunnel Phase2
VpnPhase2DetailV1Dot1
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string

28 - VpnTunnelDetailWithStatus

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1Detail
phase2
required
VPN Tunnel Phase2
VpnPhase2Detail
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
status
required
VPN Tunnel Status
Example : UP
enum (UP, DOWN)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string

29 - VpnTunnelDetailWithStatusV1Dot1

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1DetailV1Dot1
phase2
required
VPN Tunnel Phase2
VpnPhase2DetailV1Dot1
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
status
required
VPN Tunnel Status
Example : UP
enum (UP, DOWN)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string

30 - VpnTunnelListResponse

NameDescriptionSchemaDefault
count
required
count
Example : 20
integer
page
required
page
Example : 0
integer
size
required
size
Example : 20
integer
sort
optional
sort
Example : ['created_at:asc']
any of [array[string], null]
vpn_tunnels
required

array[VpnTunnel]

31 - VpnTunnelListResponseV1Dot1

NameDescriptionSchemaDefault
count
required
count
Example : 20
integer
page
required
page
Example : 0
integer
size
required
size
Example : 20
integer
sort
optional
sort
Example : ['created_at:asc']
any of [array[string], null]
vpn_tunnels
required

array[VpnTunnelV1Dot1]

32 - VpnTunnelSetRequest

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Tunnel
any of [string, null]
phase1
optional
VPN Tunnel Phase1
any of [VpnPhase1SetRequest, null]
phase2
optional
VPN Tunnel Phase2
any of [VpnPhase2SetRequest, null]

33 - VpnTunnelSetRequestV1Dot1

NameDescriptionSchemaDefault
description
optional
Description
Example : Example Description for VPN Tunnel
any of [string, null]
phase1
optional
VPN Tunnel Phase1
any of [VpnPhase1SetRequestV1Dot1, null]
phase2
optional
VPN Tunnel Phase2
any of [VpnPhase2SetRequestV1Dot1, null]

34 - VpnTunnelShowResponse

NameDescriptionSchemaDefault
vpn_tunnel
required

VpnTunnelDetail

35 - VpnTunnelShowResponseV1Dot1

NameDescriptionSchemaDefault
vpn_tunnel
required

VpnTunnelDetailV1Dot1

36 - VpnTunnelShowWithStatusResponse

NameDescriptionSchemaDefault
vpn_tunnel
required

VpnTunnelDetailWithStatus

37 - VpnTunnelShowWithStatusResponseV1Dot1

NameDescriptionSchemaDefault
vpn_tunnel
required

VpnTunnelDetailWithStatusV1Dot1

38 - VpnTunnelV1Dot1

NameDescriptionSchemaDefault
account_id
required
Account ID
Example : 0e3dffc50eb247a1adf4f2e5c82c4f99
string
created_at
required
Created At
Example : 2024-05-17T00:23:17Z
string (date-time)
created_by
required
Created By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
description
required
Description
Example : Example Description for VPN Tunnel
any of [string, null]
id
required
ID
Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e
string
modified_at
required
Modified At
Example : 2024-05-17T00:23:17Z
string (date-time)
modified_by
required
Modified By
Example : 90dddfc2b1e04edba54ba2b41539a9ac
string
name
required
VPN Tunnel Name
Example : ExampleVpnTunnel1
string
phase1
required
VPN Tunnel Phase1
VpnPhase1V1Dot1
phase2
required
VPN Tunnel Phase2
VpnPhase2V1Dot1
state
required
State
Example : ACTIVE
enum (CREATING, ACTIVE, DELETING, DELETED, EDITING, ERROR)
vpc_id
required
VPC Id
Example : ceb44ea5ecb34a49b16495f9a63b0718
string
vpc_name
required
VPC Name
Example : ExampleVPC1
string
vpn_gateway_id
required
VPN Gateway ID
Example : b156740b6335468d8354eb9ef8eddf5a
string
vpn_gateway_ip_address
required
VPN Gateway IP Address
Example : 123.0.0.1
string
vpn_gateway_name
required
VPN Gateway Name
Example : ExampleVpnGW1
string