BucketServerPropertiesArgs

data class BucketServerPropertiesArgs(val certificateObject: Output<String>? = null, val fqdn: Output<String>? = null) : ConvertibleToJava<BucketServerPropertiesArgs>

Properties of the server managing the lifecycle of volume buckets

Constructors

Link copied to clipboard
constructor(certificateObject: Output<String>? = null, fqdn: Output<String>? = null)

Properties

Link copied to clipboard
val certificateObject: Output<String>? = null

A base64-encoded PEM file, which includes both the bucket server's certificate and private key. It is used to authenticate the user and allows access to volume data in a read-only manner.

Link copied to clipboard
val fqdn: Output<String>? = null

The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.

Functions

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