GetTunnelPolicyResult

data class GetTunnelPolicyResult(val deploymentStatus: String, val domains: List<ActivatedResourceReferenceResponse>, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val targetGroups: List<ResourceReferenceResponse>? = null, val tunnelType: String? = null, val type: String)

Tunnel Policy maps domains to target endpoints to process traffic over the tunnelling protocol.

Constructors

Link copied to clipboard
constructor(deploymentStatus: String, domains: List<ActivatedResourceReferenceResponse>, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, targetGroups: List<ResourceReferenceResponse>? = null, tunnelType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Domains referenced by this tunnel policy.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning status

Link copied to clipboard

Read only system data

Link copied to clipboard

Target Groups referenced by this tunnel policy.

Link copied to clipboard
val tunnelType: String? = null

Protocol this tunnel will use for allowing traffic to backends.

Link copied to clipboard

Resource type.