HadoopClusterRolesEdgeNodeHttpsEndpointArgs

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

Constructors

constructor(accessModes: Output<List<String>>? = null, destinationPort: Output<Int>? = null, disableGatewayAuth: Output<Boolean>? = null, privateIpAddress: Output<String>? = null, subDomainSuffix: Output<String>? = null)

Properties

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

A list of access modes for the application.

Link copied to clipboard
val destinationPort: Output<Int>? = null

The destination port to connect to.

Link copied to clipboard
val disableGatewayAuth: Output<Boolean>? = null

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

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

The private ip address of the endpoint.

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

The application's subdomain suffix.

Functions

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