toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
VirtualHubRoute
Virtual
Hub
Route
data
class
VirtualHubRoute
(
val
addressPrefixes
:
List
<
String
>
,
val
nextHopIpAddress
:
String
)
Members
Constructors
Virtual
Hub
Route
Link copied to clipboard
constructor
(
addressPrefixes
:
List
<
String
>
,
nextHopIpAddress
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Prefixes
Link copied to clipboard
val
addressPrefixes
:
List
<
String
>
A list of Address Prefixes.
next
Hop
Ip
Address
Link copied to clipboard
val
nextHopIpAddress
:
String
The IP Address that Packets should be forwarded to as the Next Hop.