toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
VirtualHubRouteResponse
Virtual
Hub
Route
Response
data
class
VirtualHubRouteResponse
(
val
addressPrefixes
:
List
<
String
>
?
=
null
,
val
nextHopIpAddress
:
String
?
=
null
)
VirtualHub route.
Members
Constructors
Virtual
Hub
Route
Response
Link copied to clipboard
constructor
(
addressPrefixes
:
List
<
String
>
?
=
null
,
nextHopIpAddress
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Prefixes
Link copied to clipboard
val
addressPrefixes
:
List
<
String
>
?
=
null
List of all addressPrefixes.
next
Hop
Ip
Address
Link copied to clipboard
val
nextHopIpAddress
:
String
?
=
null
NextHop ip address.