pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
Gpu
Resource
Response
Link copied to clipboard
fun
GpuResourceResponse
(
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.