toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.netapp.kotlin.inputs
/
GetPoolPlainArgs
Get
Pool
Plain
Args
data
class
GetPoolPlainArgs
(
val
accountName
:
String
,
val
poolName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetPoolPlainArgs
>
Members
Constructors
Get
Pool
Plain
Args
Link copied to clipboard
constructor
(
accountName
:
String
,
poolName
:
String
,
resourceGroupName
:
String
)
Properties
account
Name
Link copied to clipboard
val
accountName
:
String
The name of the NetApp account
pool
Name
Link copied to clipboard
val
poolName
:
String
The name of the capacity pool
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetPoolPlainArgs