toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.inputs
/
ServiceNasConfigMountPointArgs
Service
Nas
Config
Mount
Point
Args
data
class
ServiceNasConfigMountPointArgs
(
val
mountDir
:
Output
<
String
>
,
val
serverAddr
:
Output
<
String
>
)
:
ConvertibleToJava
<
ServiceNasConfigMountPointArgs
>
Members
Constructors
Service
Nas
Config
Mount
Point
Args
Link copied to clipboard
constructor
(
mountDir
:
Output
<
String
>
,
serverAddr
:
Output
<
String
>
)
Properties
mount
Dir
Link copied to clipboard
val
mountDir
:
Output
<
String
>
The local address where to mount your remote NAS directory.
server
Addr
Link copied to clipboard
val
serverAddr
:
Output
<
String
>
The address of the remote NAS directory.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceNasConfigMountPointArgs