toggle menu
pulumi-azure-native-kotlin
2.90.0.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
)
Static 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 IPv4 | IPv6 addresses.
prefix
Link copied to clipboard
val
prefix
:
String
IPv4 | IPv6 Prefix.