Reachability Analysis Intent Properties Args
data class ReachabilityAnalysisIntentPropertiesArgs(val description: Output<String>? = null, val destinationResourceId: Output<String>, val ipTraffic: Output<IPTrafficArgs>, val sourceResourceId: Output<String>) : ConvertibleToJava<ReachabilityAnalysisIntentPropertiesArgs>
Represents the Reachability Analysis Intent properties.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationResourceId: Output<String>, ipTraffic: Output<IPTrafficArgs>, sourceResourceId: Output<String>)