toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.outputs
/
OperatingSystemDetailsResponse
Operating
System
Details
Response
data
class
OperatingSystemDetailsResponse
(
val
os
:
String
?
=
null
,
val
osArchitecture
:
String
?
=
null
,
val
osName
:
String
?
=
null
,
val
osVersion
:
String
?
=
null
)
Members
Constructors
Operating
System
Details
Response
Link copied to clipboard
constructor
(
os
:
String
?
=
null
,
osArchitecture
:
String
?
=
null
,
osName
:
String
?
=
null
,
osVersion
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
os
Link copied to clipboard
val
os
:
String
?
=
null
os
Architecture
Link copied to clipboard
val
osArchitecture
:
String
?
=
null
os
Name
Link copied to clipboard
val
osName
:
String
?
=
null
os
Version
Link copied to clipboard
val
osVersion
:
String
?
=
null