GlusterFsSectionResponse

data class GlusterFsSectionResponse(val serverAddress: String, val volumeName: String)

Data specific to GlusterFS.

Constructors

Link copied to clipboard
constructor(serverAddress: String, volumeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.

Link copied to clipboard

The name of the created GlusterFS volume.