pulumi-google-native-kotlin
0.31.1.1
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.
Constructors
Functions
Properties
Constructors
Lun
Range
Args
Link copied to clipboard
fun
LunRangeArgs
(
quantity
:
Output
<
Int
>
?
=
null
,
sizeGb
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LunRangeArgs
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.