Frontend Setting Args
data class FrontendSettingArgs(val backendConfiguration: Output<EndpointConfigurationArgs>, val frontendConfiguration: Output<EndpointConfigurationArgs>, val name: Output<String>, val protocol: Output<Either<String, ProtocolType>>) : ConvertibleToJava<FrontendSettingArgs>
Frontend setting for Firewall
Constructors
Link copied to clipboard
constructor(backendConfiguration: Output<EndpointConfigurationArgs>, frontendConfiguration: Output<EndpointConfigurationArgs>, name: Output<String>, protocol: Output<Either<String, ProtocolType>>)