toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.managednetworkfabric.kotlin.outputs
/
StaticRoutePropertiesResponse
Static
Route
Properties
Response
data
class
StaticRoutePropertiesResponse
(
val
nextHop
:
List
<
String
>
,
val
prefix
:
String
)
Route Properties.
Members
Constructors
Static
Route
Properties
Response
Link copied to clipboard
constructor
(
nextHop
:
List
<
String
>
,
prefix
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
next
Hop
Link copied to clipboard
val
nextHop
:
List
<
String
>
List of next hop addresses.
prefix
Link copied to clipboard
val
prefix
:
String
Prefix of the route.