Endpoint Address Args
data class EndpointAddressArgs(val hostname: Output<String>? = null, val ip: Output<String>, val nodeName: Output<String>? = null, val targetRef: Output<ObjectReferenceArgs>? = null) : ConvertibleToJava<EndpointAddressArgs>
EndpointAddress is a tuple that describes single IP address. Deprecated: This API is deprecated in v1.33+.
Constructors
Link copied to clipboard
constructor(hostname: Output<String>? = null, ip: Output<String>, nodeName: Output<String>? = null, targetRef: Output<ObjectReferenceArgs>? = null)