pulumi-alicloud-kotlin
3.44.1.0
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
>
Constructors
Functions
Properties
Constructors
Service
Nas
Config
Mount
Point
Args
Link copied to clipboard
fun
ServiceNasConfigMountPointArgs
(
mountDir
:
Output
<
String
>
,
serverAddr
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceNasConfigMountPointArgs
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.