toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.inputs
/
VirtualNetworkDdosProtectionPlanArgs
Virtual
Network
Ddos
Protection
Plan
Args
data
class
VirtualNetworkDdosProtectionPlanArgs
(
val
enable
:
Output
<
Boolean
>
,
val
id
:
Output
<
String
>
)
:
ConvertibleToJava
<
VirtualNetworkDdosProtectionPlanArgs
>
Members
Constructors
Virtual
Network
Ddos
Protection
Plan
Args
Link copied to clipboard
constructor
(
enable
:
Output
<
Boolean
>
,
id
:
Output
<
String
>
)
Properties
enable
Link copied to clipboard
val
enable
:
Output
<
Boolean
>
Enable/disable DDoS Protection Plan on Virtual Network.
id
Link copied to clipboard
val
id
:
Output
<
String
>
The ID of DDoS Protection Plan.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VirtualNetworkDdosProtectionPlanArgs