Get Gateway Vpn Attachments Attachment
data class GetGatewayVpnAttachmentsAttachment(val bgpConfigs: List<GetGatewayVpnAttachmentsAttachmentBgpConfig>, val connectionStatus: String, val createTime: String, val customerGatewayId: String, val effectImmediately: Boolean, val healthCheckConfigs: List<GetGatewayVpnAttachmentsAttachmentHealthCheckConfig>, val id: String, val ikeConfigs: List<GetGatewayVpnAttachmentsAttachmentIkeConfig>, val internetIp: String, val ipsecConfigs: List<GetGatewayVpnAttachmentsAttachmentIpsecConfig>, val localSubnet: String, val networkType: String, val remoteSubnet: String, val status: String, val vpnAttachmentName: String, val vpnConnectionId: String)
Constructors
Link copied to clipboard
constructor(bgpConfigs: List<GetGatewayVpnAttachmentsAttachmentBgpConfig>, connectionStatus: String, createTime: String, customerGatewayId: String, effectImmediately: Boolean, healthCheckConfigs: List<GetGatewayVpnAttachmentsAttachmentHealthCheckConfig>, id: String, ikeConfigs: List<GetGatewayVpnAttachmentsAttachmentIkeConfig>, internetIp: String, ipsecConfigs: List<GetGatewayVpnAttachmentsAttachmentIpsecConfig>, localSubnet: String, networkType: String, remoteSubnet: String, status: String, vpnAttachmentName: String, vpnConnectionId: String)
Properties
Link copied to clipboard
The configurations of the BGP routing protocol.
Link copied to clipboard
The status of the IPsec-VPN connection.
Link copied to clipboard
The creation time of the resource.
Link copied to clipboard
The ID of the customer gateway.
Link copied to clipboard
Indicates whether IPsec-VPN negotiations are initiated immediately. Valid values.
Link copied to clipboard
The health check configurations.
Link copied to clipboard
Configuration negotiated in the second stage.
Link copied to clipboard
Link copied to clipboard
The configuration of Phase 2 negotiations.
Link copied to clipboard
The CIDR block of the virtual private cloud (VPC).
Link copied to clipboard
The network type.
Link copied to clipboard
The CIDR block of the on-premises data center.
Link copied to clipboard
The name of the IPsec-VPN connection.
Link copied to clipboard
The first ID of the resource.