toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
GetGatewayConnectionTrafficSelectorPolicy
Get
Gateway
Connection
Traffic
Selector
Policy
data
class
GetGatewayConnectionTrafficSelectorPolicy
(
val
localAddressCidrs
:
List
<
String
>
,
val
remoteAddressCidrs
:
List
<
String
>
)
Members
Constructors
Get
Gateway
Connection
Traffic
Selector
Policy
Link copied to clipboard
constructor
(
localAddressCidrs
:
List
<
String
>
,
remoteAddressCidrs
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
local
Address
Cidrs
Link copied to clipboard
val
localAddressCidrs
:
List
<
String
>
List of local CIDRs.
remote
Address
Cidrs
Link copied to clipboard
val
remoteAddressCidrs
:
List
<
String
>
List of remote CIDRs.