pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.sae.kotlin.outputs
/
ApplicationCustomHostAliasV2
Application
Custom
Host
Alias
V2
data
class
ApplicationCustomHostAliasV2
(
val
hostName
:
String
?
=
null
,
val
ip
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Application
Custom
Host
Alias
V2
Link copied to clipboard
fun
ApplicationCustomHostAliasV2
(
hostName
:
String
?
=
null
,
ip
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Name
Link copied to clipboard
val
hostName
:
String
?
=
null
The domain name or hostname.
ip
Link copied to clipboard
val
ip
:
String
?
=
null
The IP address.