Frontend Setting Response
data class FrontendSettingResponse(val backendConfiguration: EndpointConfigurationResponse, val frontendConfiguration: EndpointConfigurationResponse, val name: String, val protocol: String)
Frontend setting for Firewall
Constructors
Link copied to clipboard
constructor(backendConfiguration: EndpointConfigurationResponse, frontendConfiguration: EndpointConfigurationResponse, name: String, protocol: String)