BucketServerPropertiesResponse

data class BucketServerPropertiesResponse(val certificateCommonName: String, val certificateExpiryDate: String, val fqdn: String? = null, val ipAddress: String)

Properties of the server managing the lifecycle of volume buckets

Constructors

Link copied to clipboard
constructor(certificateCommonName: String, certificateExpiryDate: String, fqdn: String? = null, ipAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate Common Name taken from the certificate installed on the bucket server

Link copied to clipboard

The bucket server's certificate expiry date.

Link copied to clipboard
val fqdn: String? = null

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

Link copied to clipboard

The bucket server's IPv4 address