Get Tunnel Policy Result
data class GetTunnelPolicyResult(val azureApiVersion: String, 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(azureApiVersion: String, deploymentStatus: String, domains: List<ActivatedResourceReferenceResponse>, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, targetGroups: List<ResourceReferenceResponse>? = null, tunnelType: String? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Link copied to clipboard
Domains referenced by this tunnel policy.
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
Protocol this tunnel will use for allowing traffic to backends.