toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Application
Custom
Host
Alias
V2Args
Link copied to clipboard
constructor
(
hostName
:
Output
<
String
>
?
=
null
,
ip
:
Output
<
String
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationCustomHostAliasV2Args