toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databoxedge.kotlin.outputs
/
KubernetesIPConfigurationResponse
Kubernetes
IPConfiguration
Response
data
class
KubernetesIPConfigurationResponse
(
val
ipAddress
:
String
?
=
null
,
val
port
:
String
)
Kubernetes node IP configuration
Members
Constructors
Kubernetes
IPConfiguration
Response
Link copied to clipboard
constructor
(
ipAddress
:
String
?
=
null
,
port
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
?
=
null
IP address of the Kubernetes node.
port
Link copied to clipboard
val
port
:
String
Port of the Kubernetes node.