toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kotlin.inputs
/
CidrPlainArgs
Cidr
Plain
Args
data
class
CidrPlainArgs
(
val
cidrBits
:
Int
,
val
count
:
Int
,
val
ipBlock
:
String
)
:
ConvertibleToJava
<
CidrPlainArgs
>
Members
Constructors
Cidr
Plain
Args
Link copied to clipboard
constructor
(
cidrBits
:
Int
,
count
:
Int
,
ipBlock
:
String
)
Properties
cidr
Bits
Link copied to clipboard
val
cidrBits
:
Int
count
Link copied to clipboard
val
count
:
Int
ip
Block
Link copied to clipboard
val
ipBlock
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CidrPlainArgs