pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.sae.kotlin.inputs
/
ApplicationCustomHostAliasV2Args
Application
Custom
Host
Alias
V2Args
data
class
ApplicationCustomHostAliasV2Args
(
val
hostName
:
Output
<
String
>
?
=
null
,
val
ip
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ApplicationCustomHostAliasV2Args
>
Constructors
Functions
Properties
Constructors
Application
Custom
Host
Alias
V2Args
Link copied to clipboard
fun
ApplicationCustomHostAliasV2Args
(
hostName
:
Output
<
String
>
?
=
null
,
ip
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationCustomHostAliasV2Args
Properties
host
Name
Link copied to clipboard
val
hostName
:
Output
<
String
>
?
=
null
The domain name or hostname.
ip
Link copied to clipboard
val
ip
:
Output
<
String
>
?
=
null
The IP address.