toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.inputs
/
VirtualNetworkGatewayCustomRouteArgs
Virtual
Network
Gateway
Custom
Route
Args
data
class
VirtualNetworkGatewayCustomRouteArgs
(
val
addressPrefixes
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
VirtualNetworkGatewayCustomRouteArgs
>
Members
Constructors
Virtual
Network
Gateway
Custom
Route
Args
Link copied to clipboard
constructor
(
addressPrefixes
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
address
Prefixes
Link copied to clipboard
val
addressPrefixes
:
Output
<
List
<
String
>
>
?
=
null
A list of address blocks reserved for this virtual network in CIDR notation.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VirtualNetworkGatewayCustomRouteArgs