HadoopClusterRolesEdgeNodeHttpsEndpoint

data class HadoopClusterRolesEdgeNodeHttpsEndpoint(val accessModes: List<String>? = null, val destinationPort: Int? = null, val disableGatewayAuth: Boolean? = null, val privateIpAddress: String? = null, val subDomainSuffix: String? = null)

Constructors

Link copied to clipboard
constructor(accessModes: List<String>? = null, destinationPort: Int? = null, disableGatewayAuth: Boolean? = null, privateIpAddress: String? = null, subDomainSuffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessModes: List<String>? = null

A list of access modes for the application.

Link copied to clipboard
val destinationPort: Int? = null

The destination port to connect to.

Link copied to clipboard

The value indicates whether the gateway authentication is enabled or not.

Link copied to clipboard

The private ip address of the endpoint.

Link copied to clipboard
val subDomainSuffix: String? = null

The application's subdomain suffix.