pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storsimple.kotlin.inputs
/
GetVolumePlainArgs
Get
Volume
Plain
Args
data
class
GetVolumePlainArgs
(
val
deviceName
:
String
,
val
managerName
:
String
,
val
resourceGroupName
:
String
,
val
volumeContainerName
:
String
,
val
volumeName
:
String
)
:
ConvertibleToJava
<
GetVolumePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Volume
Plain
Args
Link copied to clipboard
fun
GetVolumePlainArgs
(
deviceName
:
String
,
managerName
:
String
,
resourceGroupName
:
String
,
volumeContainerName
:
String
,
volumeName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetVolumePlainArgs
Properties
device
Name
Link copied to clipboard
val
deviceName
:
String
The device name
manager
Name
Link copied to clipboard
val
managerName
:
String
The manager name
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group name
volume
Container
Name
Link copied to clipboard
val
volumeContainerName
:
String
The volume container name.
volume
Name
Link copied to clipboard
val
volumeName
:
String
The volume name.