toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridnetwork.kotlin.inputs
/
NfviDetailsArgs
Nfvi
Details
Args
data
class
NfviDetailsArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
NfviDetailsArgs
>
The nfvi details.
Members
Constructors
Nfvi
Details
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 nfvi name.
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
The nfvi type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NfviDetailsArgs