getDevice

Gets details about a device.

Return

null

Parameters

argument

null


suspend fun getDevice(deviceId: String, fieldMask: String? = null, location: String, project: String? = null, registryId: String): GetDeviceResult

Return

null

Parameters

deviceId
fieldMask
location
project
registryId

See also


suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudiot.v1.kotlin.inputs.GetDevicePlainArgs.

See also