Get Neighbor Group Result
data class GetNeighborGroupResult(val annotation: String? = null, val destination: NeighborGroupDestinationResponse, val id: String, val location: String, val name: String, val networkTapIds: List<String>, val networkTapRuleIds: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Defines the Neighbor Group.
Constructors
Link copied to clipboard
fun GetNeighborGroupResult(annotation: String? = null, destination: NeighborGroupDestinationResponse, id: String, location: String, name: String, networkTapIds: List<String>, networkTapRuleIds: List<String>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)