toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.compute.kotlin.outputs
/
DedicatedHostGroupInstanceViewResponse
Dedicated
Host
Group
Instance
View
Response
data
class
DedicatedHostGroupInstanceViewResponse
(
val
hosts
:
List
<
DedicatedHostInstanceViewWithNameResponse
>
?
=
null
)
Members
Constructors
Dedicated
Host
Group
Instance
View
Response
Link copied to clipboard
constructor
(
hosts
:
List
<
DedicatedHostInstanceViewWithNameResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hosts
Link copied to clipboard
val
hosts
:
List
<
DedicatedHostInstanceViewWithNameResponse
>
?
=
null
List of instance view of the dedicated hosts under the dedicated host group.