pulumi-azure-native-kotlin
1.104.0.1
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
Types
Constructors
Properties
Constructors
Kubernetes
IPConfiguration
Response
Link copied to clipboard
fun
KubernetesIPConfigurationResponse
(
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.