toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridcontainerservice.kotlin.inputs
/
StorageSpacesExtendedLocationArgs
Storage
Spaces
Extended
Location
Args
data
class
StorageSpacesExtendedLocationArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
StorageSpacesExtendedLocationArgs
>
Members
Constructors
Storage
Spaces
Extended
Location
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The extended location name.
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
The extended location type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StorageSpacesExtendedLocationArgs