pulumi-docker-kotlin
4.4.4.0
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ContainerHost
Container
Host
data
class
ContainerHost
(
val
host
:
String
,
val
ip
:
String
)
Types
Constructors
Properties
Constructors
Container
Host
Link copied to clipboard
fun
ContainerHost
(
host
:
String
,
ip
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
String
Hostname to add
ip
Link copied to clipboard
val
ip
:
String
IP address this hostname should resolve to.