ReachabilityAnalysisIntentPropertiesResponse

data class ReachabilityAnalysisIntentPropertiesResponse(val description: String? = null, val destinationResourceId: String, val ipTraffic: IPTrafficResponse, val provisioningState: String, val sourceResourceId: String)

Represents the Reachability Analysis Intent properties.

Constructors

constructor(description: String? = null, destinationResourceId: String, ipTraffic: IPTrafficResponse, provisioningState: String, sourceResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard

Destination resource id to verify the reachability path of.

Link copied to clipboard

IP traffic information.

Link copied to clipboard

Provisioning states of a resource.

Link copied to clipboard

Source resource id to verify the reachability path of.