pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.networkmanager.kotlin.inputs
/
GetDevicePlainArgs
Get
Device
Plain
Args
data
class
GetDevicePlainArgs
(
val
deviceId
:
String
,
val
globalNetworkId
:
String
)
:
ConvertibleToJava
<
GetDevicePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Device
Plain
Args
Link copied to clipboard
fun
GetDevicePlainArgs
(
deviceId
:
String
,
globalNetworkId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDevicePlainArgs
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
The ID of the device.
global
Network
Id
Link copied to clipboard
val
globalNetworkId
:
String
The ID of the global network.