Managed Environment Outbound Settings Response
data class ManagedEnvironmentOutboundSettingsResponse(val outBoundType: String? = null, val virtualNetworkApplianceIp: String? = null)
Configuration used to control the Environment Egress outbound traffic
Constructors
Link copied to clipboard
fun ManagedEnvironmentOutboundSettingsResponse(outBoundType: String? = null, virtualNetworkApplianceIp: String? = null)