Route Server Peer Args
data class RouteServerPeerArgs(val bgpOptions: Output<RouteServerPeerBgpOptionsArgs>? = null, val peerAddress: Output<String>? = null, val routeServerEndpointId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RouteServerPeerArgs>
VPC Route Server Peer
Constructors
Link copied to clipboard
constructor(bgpOptions: Output<RouteServerPeerBgpOptionsArgs>? = null, peerAddress: Output<String>? = null, routeServerEndpointId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)