toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerinstance.kotlin.outputs
/
GpuResourceResponse
Gpu
Resource
Response
data
class
GpuResourceResponse
(
val
count
:
Int
,
val
sku
:
String
)
The GPU resource.
Members
Constructors
Gpu
Resource
Response
Link copied to clipboard
constructor
(
count
:
Int
,
sku
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
The count of the GPU resource.
sku
Link copied to clipboard
val
sku
:
String
The SKU of the GPU resource.