VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFileArgs

data class VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFileArgs(val certificateChain: Output<String>, val privateKey: Output<String>) : ConvertibleToJava<VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFileArgs>

Constructors

constructor(certificateChain: Output<String>, privateKey: Output<String>)

Properties

Link copied to clipboard

Certificate trust chain for a certificate stored on the file system of the mesh endpoint that the proxy is running on. Must be between 1 and 255 characters in length.

Link copied to clipboard
val privateKey: Output<String>

Private key for a certificate stored on the file system of the virtual node that the proxy is running on. Must be between 1 and 255 characters in length.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNodeSpecBackendVirtualServiceClientPolicyTlsCertificateFileArgs