toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.baremetalsolution.v2.kotlin.inputs
/
LunRangeArgs
Lun
Range
Args
data
class
LunRangeArgs
(
val
quantity
:
Output
<
Int
>
?
=
null
,
val
sizeGb
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
LunRangeArgs
>
A LUN(Logical Unit Number) range.
Members
Constructors
Lun
Range
Args
Link copied to clipboard
constructor
(
quantity
:
Output
<
Int
>
?
=
null
,
sizeGb
:
Output
<
Int
>
?
=
null
)
Properties
quantity
Link copied to clipboard
val
quantity
:
Output
<
Int
>
?
=
null
Number of LUNs to create.
size
Gb
Link copied to clipboard
val
sizeGb
:
Output
<
Int
>
?
=
null
The requested size of each LUN, in GB.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LunRangeArgs