pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
RouteArgs
/
RouteArgs
Route
Args
fun
RouteArgs
(
addressPrefix
:
Output
<
String
>
?
=
null
,
hasBgpOverride
:
Output
<
Boolean
>
?
=
null
,
id
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
nextHopIpAddress
:
Output
<
String
>
?
=
null
,
nextHopType
:
Output
<
Either
<
String
,
RouteNextHopType
>
>
,
type
:
Output
<
String
>
?
=
null
)